Skip to content

Commit d4a1b77

Browse files
authored
Merge branch 'master' into mastery
2 parents e93e8fc + f68ba4c commit d4a1b77

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: ['3.9', 'pypy3.10']
9-
fail-fast: false
8+
python-version: ['3.9', 'pypy3.10', '3.11']
109

1110
steps:
1211
- name: Checkout

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ deps =
2121
commands =
2222
{envpython} setup.py test
2323
{envpython} setup.py lint
24-
{envpython} -m flake8
24+
{envpython} -m flake8

0 commit comments

Comments
 (0)