Skip to content

Commit 3cd76c7

Browse files
committed
chore: revert google-crc32c which has failing tests at head
1 parent f48ddbf commit 3cd76c7

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

packages/google-crc32c/mypy.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[mypy]
2+
python_version = 3.10
3+
exclude = tests/unit/resources/

packages/google-crc32c/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# Constants
2727
DEFAULT_PYTHON_VERSION = "3.14"
28-
UNIT_TEST_PYTHON_VERSIONS = ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15"]
28+
UNIT_TEST_PYTHON_VERSIONS = ["3.10", "3.11", "3.12", "3.13", "3.14"]
2929
ALL_PYTHON = list(UNIT_TEST_PYTHON_VERSIONS)
3030

3131
FLAKE8_VERSION = "flake8==6.1.0"

0 commit comments

Comments
 (0)