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 9f13dfd commit deab0e5Copy full SHA for deab0e5
.github/workflows/test-coverage-lint.yml
@@ -28,7 +28,6 @@ jobs:
28
- '3.10'
29
- '3.11'
30
- '3.12'
31
- - '3.13'
32
os:
33
- ubuntu-latest
34
@@ -59,7 +58,6 @@ jobs:
59
58
60
61
62
63
64
65
@@ -90,7 +88,6 @@ jobs:
90
88
91
89
92
93
94
95
96
pyproject.toml
@@ -42,7 +42,6 @@ classifiers = [
42
"Programming Language :: Python :: 3.10",
43
"Programming Language :: Python :: 3.11",
44
"Programming Language :: Python :: 3.12",
45
- "Programming Language :: Python :: 3.13",
46
]
47
48
[project.urls]
0 commit comments