Skip to content

Commit 5ee0417

Browse files
committed
max of 3.11
1 parent 410d9b8 commit 5ee0417

4 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [3.8, 3.9, "3.10", 3.11]
11+
python-version: [3.8, 3.9, "3.10", "3.11"]
1212

1313
steps:
1414
- uses: actions/checkout@v3

.python-version

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
3.9.12
33
3.10.4
44
3.11.11
5-
3.12.8

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mkdocs==1.5.3 ; python_full_version >= "3.8.0" and python_version < "3.13"
2-
pygments==2.17.2 ; python_full_version >= "3.8.0" and python_version < "3.13"
1+
mkdocs==1.5.3 ; python_full_version >= "3.8.0" and python_version < "3.12"
2+
pygments==2.17.2 ; python_full_version >= "3.8.0" and python_version < "3.12"

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,16 @@ classifiers = [
2323
"Operating System :: OS Independent",
2424
"Programming Language :: Python",
2525
"Programming Language :: Python :: 3",
26-
"Programming Language :: Python :: 3.7",
2726
"Programming Language :: Python :: 3.8",
2827
"Programming Language :: Python :: 3.9",
2928
"Programming Language :: Python :: 3.10",
3029
"Programming Language :: Python :: 3.11",
31-
"Programming Language :: Python :: 3.12",
3230
"Topic :: Software Development :: Libraries :: Python Modules",
3331
]
3432

3533
[tool.poetry.dependencies]
3634

37-
python = ">=3.8.0,<3.13"
35+
python = ">=3.8.0,<3.12"
3836

3937
# urllib must be pinned to <2 due to an issue with the `requests_toolbelt`
4038
# dependency in `gql`.

0 commit comments

Comments
 (0)