Skip to content

Commit

Permalink
ci(tests,.tool-versions,.python-version): Bump Python to 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 7, 2023
1 parent f044863 commit f58c17a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11']
python-version: ['3.12']
steps:
- uses: actions/checkout@v3
- name: Filter changed file paths to outputs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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', '3.12']
django-version: ['2.2', '3.1', '3.2', '4.0', '4.1', '4.2']
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

strategy:
matrix:
python-version: ['3.11']
python-version: ['3.12']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.5 3.10.13 3.9.18 3.8.18 3.7.17
3.12.0 3.11.5 3.10.13 3.9.18 3.8.18 3.7.17
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
poetry 1.6.1
python 3.11.5 3.10.13 3.9.18 3.8.18 3.7.17
python 3.12.0 3.11.5 3.10.13 3.9.18 3.8.18 3.7.17

0 comments on commit f58c17a

Please sign in to comment.