Skip to content

Commit

Permalink
build: Add python 3.11 alphas to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Jan 30, 2022
1 parent a76a58d commit fe71a31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
tox_env: py39-full
- python: '3.10'
tox_env: py310-full
- python: '3.11.0-alpha - 3.11'
tox_env: py311-full
- python: 'pypy-3.8'
# Pypy is a lot slower due to jit warmup costs, so don't run the
# "full" test config there.
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ basepython =
py38: python3.8
py39: python3.9
py310: python3.10
py311: python3.11
pypy3: pypy3
# In theory, it doesn't matter which python version is used here.
# In practice, things like changes to the ast module can alter
Expand Down

0 comments on commit fe71a31

Please sign in to comment.