Skip to content

Commit 25f11b9

Browse files
committed
test latest python3 with github actions
1 parent b7fc488 commit 25f11b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, pypy3, pypy2]
17+
python-version: ['3.x']
1818

1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)