Skip to content

Commit

Permalink
Support python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Oct 28, 2022
1 parent 3f039fb commit 9088f26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
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]
isort: [5.10.1]
flake8: [5.0.4]
include:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -47,7 +47,7 @@ Error codes

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
- isort

Expand Down
1 change: 1 addition & 0 deletions setup.py
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 9088f26

Please sign in to comment.