Skip to content

Commit 18ffa39

Browse files
committed
Remove PyPy from CI
1 parent 71b7239 commit 18ffa39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
os: [Ubuntu, MacOS, Windows]
37-
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
37+
python-version: [3.6, 3.7, 3.8, 3.9]
3838
steps:
3939
- uses: actions/checkout@v2
4040

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
isolated_build = true
3-
envlist = py36, py37, py38, py39, pypy3
3+
envlist = py36, py37, py38, py39, py310, pypy3
44

55
[testenv]
66
whitelist_externals = poetry

0 commit comments

Comments
 (0)