Skip to content

Commit 944cedc

Browse files
committed
test(): Run tests just on 3.11
1 parent 9593784 commit 944cedc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/test-and-coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ ubuntu-latest, windows-latest ]
19-
python-version: [ '3.10', '3.11' ]
19+
python-version: [ '3.11' ]
2020

2121
steps:
2222
- uses: actions/checkout@v3
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
matrix:
4747
os: [ ubuntu-latest, windows-latest ]
48-
python-version: [ '3.10', '3.11' ]
48+
python-version: [ '3.11' ]
4949

5050
steps:
5151
- uses: actions/checkout@v3
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
matrix:
6767
os: [ ubuntu-latest, windows-latest ]
68-
python-version: [ '3.10', '3.11' ]
68+
python-version: [ '3.11' ]
6969

7070
steps:
7171
- uses: actions/checkout@v3

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[tox]
22
minversion = 4.0.0
3-
env_list = py{311,310}-{linux,windows}, flake8, mypy-{linux,windows}
3+
env_list = py{311}-{linux,windows}, flake8, mypy-{linux,windows}
44
isolated_build = true
55

66
[gh-actions]
77
python =
8-
3.10: py310
98
3.11: py311
109

1110
[gh-actions:env]

0 commit comments

Comments
 (0)