Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 88ef6b0

Browse files
committed
Tox test run cleanup, lint and type removed and type added to py3.11 run only. Synchronized gh-actions run with tox changes
1 parent 43b4840 commit 88ef6b0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
python-version: ["pypy-3.8", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
27+
python-version: ["pypy-3.8", "pypy-3.9", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
2828

2929
steps:
3030
- uses: actions/checkout@v3

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[tox]
22
requires = tox>=4
3-
envlist = lint, type, pypy{38}, py{36,37,38,39,310,311}
3+
envlist = lint, type, pypy{38,39}, py{36,37,38,39,310,311}
44

55
[gh-actions]
66
python =
77
pypy-3.8: pypy38
8+
pypy-3.9: pypy39
89
3.6: py36
910
3.7: py37
1011
3.8: py38

0 commit comments

Comments
 (0)