Skip to content

Commit 5e048b6

Browse files
authored
ci,pyenv: Add python 3.11 (#842)
2 parents 2dadf18 + 81eaa28 commit 5e048b6

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-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

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
2121

2222
<!-- Maintainers, insert changes / features for the next release here -->
2323

24+
### Development
25+
26+
- Add python 3.11 to test grid, pyenv / asdf files (#842)
27+
2428
## tmuxp 1.17.2 (unreleased)
2529

2630
### Bug fix

0 commit comments

Comments
 (0)