Skip to content

Commit ecdeb2c

Browse files
committed
ci,pyenv: Add python 3.11
1 parent 2dadf18 commit ecdeb2c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [ '3.10' ]
14+
python-version: [ '3.11' ]
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Filter changed file paths to outputs

.github/workflows/tests.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.10' ]
13+
python-version: [ '3.11' ]
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:

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.7 3.9.13 3.8.13 3.7.13
1+
3.11.0 3.10.7 3.9.13 3.8.13 3.7.13

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
poetry 1.2.1
2-
python 3.10.7 3.9.13 3.8.13 3.7.13
2+
python 3.11.0 3.10.7 3.9.13 3.8.13 3.7.13

0 commit comments

Comments
 (0)