Skip to content

Commit 5485c99

Browse files
committed
Upgrade the Ubuntu runner
1 parent ee3b26a commit 5485c99

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77
jobs:
88
unit-tests:
99
name: Test on Python v${{ matrix.python-version }}
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
strategy:
1212
matrix:
1313
include:
14-
- pipenv-version: '2022.4.8'
15-
python-version: '3.6'
16-
- pipenv-version: '2022.4.8'
17-
python-version: '3.7'
14+
#- pipenv-version: '2022.4.8'
15+
# python-version: '3.6'
16+
#- pipenv-version: '2022.4.8'
17+
# python-version: '3.7'
1818
- pipenv-version: '2022.4.8'
1919
python-version: '3.8'
2020
- pipenv-version: '2022.4.8'
@@ -27,6 +27,8 @@ jobs:
2727
python-version: '3.12'
2828
- pipenv-version: '2024.4.0'
2929
python-version: '3.13'
30+
- pipenv-version: '2024.4.0'
31+
python-version: '3.14'
3032

3133
steps:
3234
- name: Checkout the repository

0 commit comments

Comments
 (0)