Skip to content

Commit 2c80ce9

Browse files
committed
ci: Add python 3.11 to package classifiers, version pins
1 parent 399f2e6 commit 2c80ce9

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
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.7", "3.10"]
13+
python-version: ["3.7", "3.11"]
1414
tmux-version: ["2.6", "2.7", "2.8", "3.0a", "3.1b", "3.2a", "3.3a", "master"]
1515
steps:
1616
- uses: actions/checkout@v3
@@ -84,7 +84,7 @@ jobs:
8484

8585
strategy:
8686
matrix:
87-
python-version: ["3.10"]
87+
python-version: ["3.11"]
8888

8989
steps:
9090
- 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 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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.8",
1818
"Programming Language :: Python :: 3.9",
1919
"Programming Language :: Python :: 3.10",
20+
"Programming Language :: Python :: 3.11",
2021
"Programming Language :: Python :: Implementation :: PyPy",
2122
"Topic :: Software Development :: Libraries :: Python Modules",
2223
"Topic :: Utilities",

0 commit comments

Comments
 (0)