We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a947e1 commit 703d557Copy full SHA for 703d557
pyproject.toml
@@ -25,6 +25,7 @@ classifiers = [
25
"Programming Language :: Python :: 3.10",
26
"Programming Language :: Python :: 3.11",
27
"Programming Language :: Python :: 3.12",
28
+ "Programming Language :: Python :: 3.13",
29
"Operating System :: OS Independent",
30
"Operating System :: POSIX",
31
"Operating System :: MacOS",
scripts/test
@@ -72,6 +72,6 @@ else
72
echo "==> Running tests for Python 3.8"
73
UV_PYTHON=3.8 run_tests "$@"
74
75
- echo "==> Running tests for Python 3.12"
76
- UV_PYTHON=3.12 run_tests "$@"
+ echo "==> Running tests for Python 3.13"
+ UV_PYTHON=3.13 run_tests "$@"
77
fi
0 commit comments