Skip to content

Commit 8da7d62

Browse files
committed
try fix
1 parent a08f78f commit 8da7d62

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: push
44

55
jobs:
66
publish-pypi:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-20.04
88
steps:
99
- uses: actions/checkout@master
1010
- name: Set up Python 3.8

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: push
44

55
jobs:
66
lint:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-20.04
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Set up Python
@@ -17,10 +17,10 @@ jobs:
1717
run: make lint
1818

1919
pytest:
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-20.04
2121
strategy:
2222
matrix:
23-
python-version: [3.7, 3.8]
23+
python-version: [3.8, 3.9, 3.10, 3.11, 3.12, 3.13]
2424
steps:
2525
- uses: actions/checkout@v2
2626
- name: Set up Python ${{ matrix.python-version }}
@@ -33,7 +33,7 @@ jobs:
3333
run: pytest
3434

3535
coverage:
36-
runs-on: ubuntu-latest
36+
runs-on: ubuntu-20.04
3737
steps:
3838
- uses: actions/checkout@master
3939
- name: Setup Python

0 commit comments

Comments
 (0)