Skip to content

Commit bc195b1

Browse files
committed
Formalize support for Python 3.11.
We were already largely testing against 3.11, but this adds the classifier and uses py3.11 for the coverage CI job.
1 parent be01d51 commit bc195b1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
- uses: actions/setup-python@v4
197197
with:
198198
# Use latest, so it understands all syntax.
199-
python-version: "3.10"
199+
python-version: "3.11"
200200

201201
- run: python -m pip install --upgrade coverage[toml]
202202

docs/changes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Pending
1515
* Update package metadata to use Hatchling.
1616
* Fix highlighting on history panel so odd rows are highlighted when
1717
selected.
18+
* Formalize support for Python 3.11.
1819

1920
3.7.0 (2022-09-25)
2021
------------------

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ classifiers = [
3737
"Programming Language :: Python :: 3.8",
3838
"Programming Language :: Python :: 3.9",
3939
"Programming Language :: Python :: 3.10",
40+
"Programming Language :: Python :: 3.11",
4041
"Topic :: Software Development :: Libraries :: Python Modules",
4142
]
4243
[project.urls]

0 commit comments

Comments
 (0)