Skip to content

Commit

Permalink
Formalize support for Python 3.11.
Browse files Browse the repository at this point in the history
We were already largely testing against 3.11, but this adds the
classifier and uses py3.11 for the coverage CI job.
  • Loading branch information
tim-schilling committed Dec 3, 2022
1 parent be01d51 commit bc195b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -196,7 +196,7 @@ jobs:
- uses: actions/setup-python@v4
with:
# Use latest, so it understands all syntax.
python-version: "3.10"
python-version: "3.11"

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

Expand Down
1 change: 1 addition & 0 deletions docs/changes.rst
Expand Up @@ -15,6 +15,7 @@ Pending
* Update package metadata to use Hatchling.
* Fix highlighting on history panel so odd rows are highlighted when
selected.
* Formalize support for Python 3.11.

3.7.0 (2022-09-25)
------------------
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -37,6 +37,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Software Development :: Libraries :: Python Modules",
]
[project.urls]
Expand Down

0 comments on commit bc195b1

Please sign in to comment.