We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3b26a commit 5485c99Copy full SHA for 5485c99
.github/workflows/ci.yml
@@ -7,14 +7,14 @@ on:
7
jobs:
8
unit-tests:
9
name: Test on Python v${{ matrix.python-version }}
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
11
strategy:
12
matrix:
13
include:
14
- - pipenv-version: '2022.4.8'
15
- python-version: '3.6'
16
17
- python-version: '3.7'
+ #- pipenv-version: '2022.4.8'
+ # python-version: '3.6'
+ # python-version: '3.7'
18
- pipenv-version: '2022.4.8'
19
python-version: '3.8'
20
@@ -27,6 +27,8 @@ jobs:
27
python-version: '3.12'
28
- pipenv-version: '2024.4.0'
29
python-version: '3.13'
30
+ - pipenv-version: '2024.4.0'
31
+ python-version: '3.14'
32
33
steps:
34
- name: Checkout the repository
0 commit comments