Skip to content

Commit

Permalink
Run tests against Python 3.11 and add missing trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k committed Nov 4, 2022
1 parent 62c3146 commit 95a6af4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "3.10.0-rc.1"
- "3.10"
- "3.11"

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

3.1.0 (unreleased)
------------------

- Make support for Python 3.10 and 3.11 official.

3.0.0
-----

Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3 :: Only
Topic :: Internet :: WWW/HTTP
project_urls =
Expand Down

0 comments on commit 95a6af4

Please sign in to comment.