Skip to content

Commit ca837c0

Browse files
committed
Default to 3.12, remove 3.8
1 parent 9f6069d commit ca837c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
MODULE_NAME = "module_name"
1212
TESTS_PATH = "tests"
1313
COVERAGE_FAIL_UNDER = 50
14-
DEFAULT_PYTHON_VERSION = "3.11"
15-
PYTHON_MATRIX = ["3.8", "3.9", "3.10", "3.11", "3.12"]
14+
DEFAULT_PYTHON_VERSION = "3.12"
15+
PYTHON_MATRIX = ["3.9", "3.10", "3.11", "3.12"]
1616
VENV_PATH = "venv"
1717
REQUIREMENT_IN_FILES = [
1818
pathlib.Path("requirements/requirements.in"),

0 commit comments

Comments
 (0)