We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e93e8fc + f68ba4c commit d4a1b77Copy full SHA for d4a1b77
2 files changed
.github/workflows/ci.yml
@@ -5,8 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- python-version: ['3.9', 'pypy3.10']
9
- fail-fast: false
+ python-version: ['3.9', 'pypy3.10', '3.11']
10
11
steps:
12
- name: Checkout
tox.ini
@@ -21,4 +21,4 @@ deps =
21
commands =
22
{envpython} setup.py test
23
{envpython} setup.py lint
24
- {envpython} -m flake8
+ {envpython} -m flake8
0 commit comments