File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ jobs:
196
196
- uses : actions/setup-python@v4
197
197
with :
198
198
# Use latest, so it understands all syntax.
199
- python-version : " 3.10 "
199
+ python-version : " 3.11 "
200
200
201
201
- run : python -m pip install --upgrade coverage[toml]
202
202
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Pending
15
15
* Update package metadata to use Hatchling.
16
16
* Fix highlighting on history panel so odd rows are highlighted when
17
17
selected.
18
+ * Formalize support for Python 3.11.
18
19
19
20
3.7.0 (2022-09-25)
20
21
------------------
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ classifiers = [
37
37
" Programming Language :: Python :: 3.8" ,
38
38
" Programming Language :: Python :: 3.9" ,
39
39
" Programming Language :: Python :: 3.10" ,
40
+ " Programming Language :: Python :: 3.11" ,
40
41
" Topic :: Software Development :: Libraries :: Python Modules" ,
41
42
]
42
43
[project .urls ]
You can’t perform that action at this time.
0 commit comments