Skip to content

Commit 75282b8

Browse files
committed
MAINT: cleanup python 3.13 metadata and CI
1 parent a0ec9b6 commit 75282b8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/python-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)