Skip to content

Commit 990a571

Browse files
committed
ci(tests,.tool-versions,.python-version): Bump Python to 3.12.0
1 parent 3d5fc54 commit 990a571

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ['3.11']
13+
python-version: ['3.12']
1414
steps:
1515
- uses: actions/checkout@v3
1616

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ['3.9', '3.11']
12+
python-version: ['3.9', '3.12']
1313
steps:
1414
- uses: actions/checkout@v3
1515

@@ -54,7 +54,7 @@ jobs:
5454

5555
strategy:
5656
matrix:
57-
python-version: ['3.11']
57+
python-version: ['3.12']
5858

5959
steps:
6060
- uses: actions/checkout@v3

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11.5 3.10.13 3.9.18 3.8.18 3.7.17
1+
3.12.0 3.11.5 3.10.13 3.9.18 3.8.18 3.7.17

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
poetry 1.6.1
2-
python 3.11.5 3.10.13 3.9.18 3.8.18 3.7.17
2+
python 3.12.0 3.11.5 3.10.13 3.9.18 3.8.18 3.7.17

0 commit comments

Comments
 (0)