Skip to content

Commit

Permalink
test: update local matrix for py311
Browse files Browse the repository at this point in the history
Show support in classifiers.

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman committed May 31, 2023
1 parent e131584 commit 1a73119
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tasks:
# Upgrade pyenv itself
pyenv update
export PY_VERSIONS="3.7 3.8 3.9 3.10"
export PY_VERSIONS="3.7 3.8 3.9 3.10 3.11"
# Install all supported Python versions
for py in $PY_VERSIONS;
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

Unreleased (???)
-----------------

* Test against Python 3.11, update listed support in classifiers

37.3 (2022-10-31)
-----------------

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,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",
"Typing :: Typed",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37,py38,py39,py310,pep8,packaging,noextra,mypy
envlist = py37,py38,py39,py310,py311,pep8,packaging,noextra,mypy
isolated_build = True

[testenv]
Expand Down

0 comments on commit 1a73119

Please sign in to comment.