Skip to content

Commit

Permalink
MAINT: cleanup python 3.13 metadata and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Nov 25, 2024
1 parent a0ec9b6 commit 75282b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,19 @@ jobs:
python-version: '3.12'
toxenv: py312-test-pytest82
- os: macos-latest
python-version: '3.13-dev'
toxenv: py312-test-pytest83
python-version: '3.13'
toxenv: py313-test-pytest83
- os: windows-latest
python-version: '3.13-dev'
toxenv: py312-test-pytestdev
python-version: '3.13'
toxenv: py313-test-pytestdev
- os: macos-latest
python-version: '3.11'
toxenv: py311-test-pytestdev
- os: ubuntu-latest
python-version: '3.12'
toxenv: py312-test-pytestdev-numpydev
- os: ubuntu-latest
python-version: '3.13-dev'
python-version: '3.13'
toxenv: py313-test-pytestdev

steps:
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers =
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Testing
Topic :: Utilities
Expand Down

0 comments on commit 75282b8

Please sign in to comment.