Skip to content

Commit b069fc5

Browse files
pypy3 build fix #nolog
1 parent 1fb7a76 commit b069fc5

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/workflows/tests.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest, macos-latest, windows-latest]
25-
python: ['3.6', '3.7', '3.8', '3.9', 'pypy3']
26-
exclude:
27-
# pypy3 currently fails to run on Windows
28-
- os: windows-latest
29-
python: pypy3
30-
# the loop fails to close in the Mac version of 3.9
31-
- os: macos-latest
32-
python: '3.9'
25+
python: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.8']
3326
fail-fast: false
3427
runs-on: ${{ matrix.os }}
3528
steps:

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tox]
2-
envlist=flake8,py36,py37,py38,py39,pypy3,docs
2+
envlist=flake8,py37,py38,py39,py310,pypy3,docs
33
skip_missing_interpreters=True
44

55
[gh-actions]
66
python =
7-
3.6: py36
87
3.7: py37
98
3.8: py38
109
3.9: py39
10+
3.10: py310
1111
pypy3: pypy3
1212

1313
[testenv]

0 commit comments

Comments
 (0)