Skip to content

Commit

Permalink
back to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sciyoshi committed Jun 3, 2024
1 parent 72b3be4 commit 180965b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "graphql-core-promise"
dynamic = ["version"]
description = "Add support for promise-based dataloaders and resolvers to graphql-core v3+"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.10"
authors = [
{ name = "Samuel Cormier-Iijima", email = "[email protected]" },
{ name = "Shen Li", email = "[email protected]" },
Expand Down

0 comments on commit 180965b

Please sign in to comment.