Skip to content

Commit 7ae62a0

Browse files
committed
Build/test for Python 3.7 on ubuntu-22.04.
Python 3.7 is not available in current ubuntu-latest (ubuntu-24.04). https://github.com/hbldh/pybankid/actions/runs/12830165572/job/35777723516?pr=78
1 parent 9a74282 commit 7ae62a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_and_test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest]
21-
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
21+
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
22+
include:
23+
- os: ubuntu-22.04
24+
python-version: 3.7
2225
steps:
2326
- uses: actions/checkout@v4
2427

0 commit comments

Comments
 (0)