Skip to content

Commit dfc8bc4

Browse files
committed
Update the list of versions that are tested
1 parent 0677c20 commit dfc8bc4

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,13 @@ jobs:
1212
os:
1313
- ubuntu-latest
1414
python-version:
15-
- "3.7"
1615
- "3.8"
1716
- "3.9"
1817
- "3.10"
1918
- "3.11"
20-
- pypy3.6
21-
- pypy3.7
22-
- pypy3.8
23-
- pypy3.9
24-
include:
25-
- os: ubuntu-20.04
26-
python-version: "3.6"
19+
- "3.12"
20+
- "3.13"
21+
- "3.14"
2722
name: Python ${{ matrix.python-version }} Tests
2823
steps:
2924
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)