Skip to content

Commit

Permalink
add 3.11 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jan 26, 2022
1 parent 6d9b8cb commit 3e68f03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ matrix:
- python: '3.9'
env:

- python: '3.10-dev'
- python: '3.10'
env:

- python: '3.11-dev'
env:

- python: 'nightly'
Expand All @@ -45,6 +48,7 @@ matrix:
allow_failures:
- python: '2.7'
- python: 'pypy2.7-7.3.1'
- python: '3.11-dev'
- python: 'nightly'
fast_finish: true

Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ envlist =
py38
py39
py310
py311
# pypy27
pypy36
pypy37
pypy38

[testenv]
deps =
Expand Down

0 comments on commit 3e68f03

Please sign in to comment.