We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f757204 commit ff033acCopy full SHA for ff033ac
2 files changed
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
matrix:
22
os: [ ubuntu-latest, windows-latest, macos-latest ]
23
- python-version: [ "3.12" ]
+ python-version: [ "3.13" ]
24
include:
25
- os: ubuntu-latest
26
python-version: "3.7"
@@ -32,6 +32,8 @@ jobs:
32
python-version: "3.10"
33
- os: macos-latest
34
python-version: "3.11"
35
+ - os: macos-latest
36
+ python-version: "3.12"
37
fail-fast: false
38
runs-on: ${{ matrix.os }}
39
steps:
pyproject.toml
@@ -30,6 +30,7 @@ classifiers = [
30
"Programming Language :: Python :: 3.10",
31
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
"License :: OSI Approved :: MIT License",
]
dependencies = [
0 commit comments