Skip to content

Commit

Permalink
test: update local matrix for py311 (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman committed May 31, 2023
1 parent 8f1fb59 commit 3c9b138
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 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
2 changes: 1 addition & 1 deletion readme_renderer/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
)
__uri__ = "https://github.com/pypa/readme_renderer"

__version__ = "37.3"
__version__ = "37.4.dev"

__author__ = "The Python Packaging Authority"
__email__ = "admin@mail.pypi.org"
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 3c9b138

Please sign in to comment.