Skip to content

Commit

Permalink
feat: add Python 3.11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k committed Oct 31, 2022
1 parent a70be4e commit 0735f75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", 3.9, 3.8, 3.7, pypy-3.9]
python-version: ["3.11", "3.10", 3.9, 3.8, 3.7, pypy-3.9]
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changelog
2.0.1 (unreleased)
------------------

- Add official support for python 3.10. [gforcada]
- Add official support for python 3.10 and 3.11. [gforcada]

- Update options handling. [gforcada]

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ to ignore a custom list of builtins::

Requirements
------------
- Python 3.7, 3.8, 3.9, 3.10 and pypy3
- Python 3.7, 3.8, 3.9, 3.10, 3.11, and pypy3
- flake8

License
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def read_file(filename):
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development',
Expand Down

0 comments on commit 0735f75

Please sign in to comment.