File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -68,19 +68,19 @@ jobs:
6868 python-version : ' 3.12'
6969 toxenv : py312-test-pytest82
7070 - os : macos-latest
71- python-version : ' 3.13-dev '
72- toxenv : py312 -test-pytest83
71+ python-version : ' 3.13'
72+ toxenv : py313 -test-pytest83
7373 - os : windows-latest
74- python-version : ' 3.13-dev '
75- toxenv : py312 -test-pytestdev
74+ python-version : ' 3.13'
75+ toxenv : py313 -test-pytestdev
7676 - os : macos-latest
7777 python-version : ' 3.11'
7878 toxenv : py311-test-pytestdev
7979 - os : ubuntu-latest
8080 python-version : ' 3.12'
8181 toxenv : py312-test-pytestdev-numpydev
8282 - os : ubuntu-latest
83- python-version : ' 3.13-dev '
83+ python-version : ' 3.13'
8484 toxenv : py313-test-pytestdev
8585
8686 steps :
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ classifiers =
1616 Programming Language :: Python :: 3.10
1717 Programming Language :: Python :: 3.11
1818 Programming Language :: Python :: 3.12
19+ Programming Language :: Python :: 3.13
1920 Programming Language :: Python :: Implementation :: CPython
2021 Topic :: Software Development :: Testing
2122 Topic :: Utilities
You can’t perform that action at this time.
0 commit comments