Skip to content

Commit 3aab68e

Browse files
committed
Add 3.14 to the list of Python versions in noxfile
Signed-off-by: Deepyaman Datta <[email protected]>
1 parent 24e8762 commit 3aab68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"docs",
2121
)
2222

23-
PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13"]
23+
PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2424
PANDAS_VERSIONS = ["2.1.1", "2.2.3"]
2525
PYDANTIC_VERSIONS = ["1.10.11", "2.10.6"]
2626
POLARS_VERSIONS = ["0.20.0", "1.33.1"]

0 commit comments

Comments
 (0)