Skip to content

Commit fb75e24

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

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
- name: Filter changed file paths to outputs

.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.11']
13+
python-version: ['3.12']
1414
tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', 'master']
1515
# balance ci coverage across supported python/tmux versions with CI speed
1616
include:
@@ -90,7 +90,7 @@ jobs:
9090

9191
strategy:
9292
matrix:
93-
python-version: ['3.11']
93+
python-version: ['3.12']
9494

9595
steps:
9696
- 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)