Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
test(tox): add py311 to envlist, but don't run in CI for now
Browse files Browse the repository at this point in the history
Fails for now due to GrahamDumpleton/wrapt#196
  • Loading branch information
scop committed Dec 9, 2021
1 parent a766f19 commit 71031e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11.0-alpha - 3.11"
# https://github.com/GrahamDumpleton/wrapt/issues/196
#- "3.11.0-alpha - 3.11"
- "pypy-3.8"
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ enable =
score = no

[tox:tox]
envlist = py38, py39, py310, pypy3, pyston3
envlist = py38, py39, py310, py311, pypy3, pyston3
skip_missing_interpreters = true
[testenv]
deps = -rrequirements-test.txt
Expand Down

0 comments on commit 71031e0

Please sign in to comment.