File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
19203.7.0 (2022-09-25)
2021------------------
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments