Skip to content

Commit

Permalink
Support and test Python 3.10 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden committed May 24, 2022
1 parent 39b0159 commit c6563b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8"]
python-version: ["3.6", "3.7", "3.8", "3.10"]
name: Pytest on ${{matrix.python-version}}
runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions docs/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Unreleased
0.7.0 (2021-11-28)
------------------
- Declare CSS class as public API (:issue:`3`)
- Support Python 3.10 (:issue:`33`)
- Add ability to link to subclass documentation (:issue:`68`)
- Append a newline to error messages with source code (:issue:`70`)
- Fix unpacking starred assignment (:issue:`71`)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Documentation',
'Topic :: Documentation :: Sphinx',
'Topic :: Software Development :: Documentation',
Expand Down

0 comments on commit c6563b4

Please sign in to comment.