Skip to content

Commit

Permalink
adds testing for 3.12, fixes pypa#290
Browse files Browse the repository at this point in the history
  • Loading branch information
mistwire committed Feb 12, 2024
1 parent ac2baee commit b2c0f87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["pypy-3.8", "3.8", "3.9", "3.10", "3.11"]
python-version: ["pypy-3.8", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down
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.8 3.9 3.10 3.11"
export PY_VERSIONS="3.8 3.9 3.10 3.11 3.12"
# Install all supported Python versions
for py in $PY_VERSIONS;
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 = py38,py39,py310,py311,pep8,packaging,noextra,mypy
envlist = py38,py39,py310,py311,py312,pep8,packaging,noextra,mypy
isolated_build = True

[testenv]
Expand Down

0 comments on commit b2c0f87

Please sign in to comment.