Skip to content

Commit 133f3f3

Browse files
committed
ci: Bump to python 3.11
1 parent e311976 commit 133f3f3

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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.10"]
13+
python-version: ["3.11"]
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
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: [ '3.9', '3.10' ]
19+
python-version: [ '3.9', '3.11' ]
2020
steps:
2121
- uses: actions/checkout@v3
2222
- name: Install poetry
@@ -59,7 +59,7 @@ jobs:
5959

6060
strategy:
6161
matrix:
62-
python-version: ["3.10"]
62+
python-version: ["3.11"]
6363

6464
steps:
6565
- uses: actions/checkout@v3

.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
1+
3.11.0 3.10.7 3.9.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
2+
python 3.11.0 3.10.7 3.9.13

0 commit comments

Comments
 (0)