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 42997bf commit da0eb1dCopy full SHA for da0eb1d
.github/workflows/pytest.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
strategy:
26
matrix:
27
- python-version: ['3.10', '3.11', '3.12']
+ python-version: ['3.10', '3.11']
28
29
steps:
30
- name: Set up Python ${{ matrix.python-version }}
pyproject.toml
@@ -14,7 +14,6 @@ classifiers = [
14
"License :: OSI Approved :: Apache Software License",
15
"Programming Language :: Python :: 3.10",
16
"Programming Language :: Python :: 3.11",
17
- "Programming Language :: Python :: 3.12",
18
]
19
license = {file = "LICENSE"}
20
requires-python = ">=3.10"
0 commit comments