Skip to content

Commit

Permalink
max of 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
newhouse committed Dec 27, 2024
1 parent 410d9b8 commit 5ee0417
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", 3.11]
python-version: [3.8, 3.9, "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion .python-version
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
3.9.12
3.10.4
3.11.11
3.12.8
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs==1.5.3 ; python_full_version >= "3.8.0" and python_version < "3.13"
pygments==2.17.2 ; python_full_version >= "3.8.0" and python_version < "3.13"
mkdocs==1.5.3 ; python_full_version >= "3.8.0" and python_version < "3.12"
pygments==2.17.2 ; python_full_version >= "3.8.0" and python_version < "3.12"
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,16 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries :: Python Modules",
]

[tool.poetry.dependencies]

python = ">=3.8.0,<3.13"
python = ">=3.8.0,<3.12"

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

0 comments on commit 5ee0417

Please sign in to comment.