Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit e10818e

Browse files
retry
1 parent 5fe847c commit e10818e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
pyVersion: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
18-
runs-on: ubuntu-latest
17+
pyVersion: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
18+
runs-on: ubuntu-22.04
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)