We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f0d69 commit bd22471Copy full SHA for bd22471
.github/workflows/test.yml
@@ -28,8 +28,6 @@ jobs:
28
python: "3.11"
29
- os: ubuntu-latest
30
python: "3.12"
31
- - os: ubuntu-latest
32
- python: "3.13"
33
34
name: ${{ matrix.os }} Python ${{ matrix.python }}
35
pyproject.toml
@@ -30,7 +30,6 @@ classifiers = [
"Natural Language :: English",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
- "Programming Language :: Python :: 3.13",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
36
"Operating System :: POSIX :: Linux",
0 commit comments