Skip to content

Commit 2b9b09a

Browse files
committed
ci(tests,.tool-versions,.python-version): Bump Python to 3.12.0
1 parent 2be7fb6 commit 2b9b09a

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
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ['3.8', '3.11']
13+
python-version: ['3.8', '3.12']
1414
tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', 'master']
1515
steps:
1616
- uses: actions/checkout@v3
@@ -85,7 +85,7 @@ jobs:
8585

8686
strategy:
8787
matrix:
88-
python-version: ['3.11']
88+
python-version: ['3.12']
8989

9090
steps:
9191
- 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)