Skip to content

Commit

Permalink
Merge pull request #160 from mgedmin/py311
Browse files Browse the repository at this point in the history
Support Python 3.11
  • Loading branch information
mgedmin committed Oct 27, 2022
2 parents 7b8c279 + 2e59b5d commit 6982e1a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11-dev"
- "3.11"
- "pypy-3.7"
vcs:
- bzr
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -5,7 +5,10 @@ Changelog
0.49 (unreleased)
-----------------

- Add Python 3.11 support.

- Drop Python 3.6 support.

- Exclude more common dev/test files


Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -8,6 +8,7 @@ environment:
- PYTHON: "C:\\Python38"
- PYTHON: "C:\\Python39"
- PYTHON: "C:\\Python310"
- PYTHON: "C:\\Python311"

init:
- "echo %PYTHON%"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -44,11 +44,11 @@
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'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 :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],
Expand Down

0 comments on commit 6982e1a

Please sign in to comment.