Skip to content

Commit

Permalink
Added Python 3.10 to test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Nov 22, 2021
1 parent 500ff41 commit 1549532
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,15 @@ jobs:
toxenv: py38-3.2.X
- python: 3.9
toxenv: py39-3.2.X
- python: "3.10"
toxenv: py310-3.2.X

- python: 3.8
toxenv: py38-4.0.X
- python: 3.9
toxenv: py39-4.0.X

- python: "3.10"
toxenv: py310-4.0.X

runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
envlist =
{py36,py37,py38,py39}-2.2.X
{py36,py37,py38,py39}-3.1.X
{py36,py37,py38,py39}-3.2.X
{py38,py39}-4.0.X
{py36,py37,py38,py39,py310}-3.2.X
{py38,py39,,py310}-4.0.X
[testenv]
basepython =
py36: python3.6
py37: python3.7
py38: python3.8
py39: python3.9
py310: python3.10
usedevelop = true
setenv =
CPPFLAGS=-O0
Expand Down

0 comments on commit 1549532

Please sign in to comment.