Skip to content

Commit 1332596

Browse files
🔧 Add support for Python 3.13, tests in CI and add PyPI trove classifier (#1091)
Co-authored-by: Sofie Van Landeghem <[email protected]>
1 parent cdeb036 commit 1332596

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ ubuntu-latest, windows-latest, macos-latest ]
23-
python-version: [ "3.12" ]
23+
python-version: [ "3.13" ]
2424
include:
2525
- os: ubuntu-22.04
2626
python-version: "3.7"
@@ -32,6 +32,8 @@ jobs:
3232
python-version: "3.10"
3333
- os: macos-latest
3434
python-version: "3.11"
35+
- os: windows-latest
36+
python-version: "3.12"
3537
fail-fast: false
3638
runs-on: ${{ matrix.os }}
3739
steps:

‎pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.10",
3131
"Programming Language :: Python :: 3.11",
3232
"Programming Language :: Python :: 3.12",
33+
"Programming Language :: Python :: 3.13",
3334
"License :: OSI Approved :: MIT License",
3435
]
3536
dependencies = [

0 commit comments

Comments
 (0)