We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9a330 commit 72f70b3Copy full SHA for 72f70b3
2 files changed
.github/workflows/Lint-and-test.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: windows-latest
12
strategy:
13
matrix:
14
- version: ['3.12', '3.13']
+ version: ['3.12']
15
steps:
16
- uses: actions/checkout@v4
17
- uses: actions/setup-python@v5
pyproject.toml
@@ -35,7 +35,6 @@ classifiers = [
35
# checked by "pip install". See instead "requires-python" key in this file.
36
"Programming Language :: Python :: 3",
37
"Programming Language :: Python :: 3.12",
38
- "Programming Language :: Python :: 3.13",
39
"Programming Language :: Python :: 3 :: Only",
40
]
41
0 commit comments