Skip to content

Commit aedd512

Browse files
authored
Update pythonpackage.yml
1 parent 312a606 commit aedd512

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ on:
1111
jobs:
1212
build-and-test:
1313
name: Testing with Python 3.${{ matrix.python_minor }} on Linux
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python_minor: [ "6" , "7" , "8" , "9" , "10" ]
17+
python_minor: [ "10" , "11" , "12" , "13" ]
1818

1919
steps:
2020
- uses: actions/checkout@v4.2.2

0 commit comments

Comments
 (0)