Skip to content

Commit b9a6f2f

Browse files
committed
Update GitHub workflow test matrix:
- Python 3.6 is not available any more (ubuntu-20.04 has been retired) - Python 3.7 is not available any more on latest ubuntu - Add Python 3.13 and 3.14 (beta)
1 parent 9d5e0d3 commit b9a6f2f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/run-tests.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version:
14-
- '3.7'
1514
- '3.8'
1615
- '3.9'
1716
- '3.10'
1817
- '3.11'
1918
- '3.12'
19+
- '3.13'
20+
- '3.14.0-beta - 3.14.0'
2021
os: [ubuntu-latest]
2122
include:
22-
- python-version: '3.6'
23-
os: ubuntu-20.04
23+
- python-version: '3.7'
24+
os: ubuntu-22.04
2425
steps:
2526
- name: Check out repository code
2627
uses: actions/checkout@v4

0 commit comments

Comments
 (0)