Skip to content

Commit 5c810ec

Browse files
committed
ci: Bump to python 3.11
1 parent 75af188 commit 5c810ec

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-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.10"]
13+
python-version: ["3.11"]
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
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ["3.9", "3.10"]
12+
python-version: ["3.9", "3.11"]
1313
steps:
1414
- uses: actions/checkout@v3
1515

@@ -54,7 +54,7 @@ jobs:
5454

5555
strategy:
5656
matrix:
57-
python-version: ["3.10"]
57+
python-version: ["3.11"]
5858

5959
steps:
6060
- 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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3",
1616
"Programming Language :: Python :: 3.9",
1717
"Programming Language :: Python :: 3.10",
18+
"Programming Language :: Python :: 3.11",
1819
"Topic :: Utilities",
1920
"Topic :: System :: Shells",
2021
]

0 commit comments

Comments
 (0)