Skip to content

Commit

Permalink
Add Python 3.12 to CI (graphql-python#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiendang authored and superlevure committed Jan 30, 2024
1 parent e8525fc commit 80b3cc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,8 @@ jobs:
python-version: "3.11"
- django: "4.2"
python-version: "3.11"
- django: "3.2"
- django: "4.2"
python-version: "3.12"
- django: "5.0"
python-version: "3.8"
- django: "5.0"
python-version: "3.9"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
envlist =
py{38,39,310}-django22
py{38,39,310}-django32
py{38,39}-django42
py{310,311}-django{42,50,main}
py312-django{42,50,main}
py{38,39}-django{41,42}
py{310,311}-django{41,42,main}
py312-django{42,main}
pre-commit

[gh-actions]
Expand Down

0 comments on commit 80b3cc3

Please sign in to comment.