Skip to content

Commit fc22597

Browse files
Ivan KamkinIvan Kamkin
authored andcommitted
Update python version for tests cause runner for 20.04 deleted
1 parent 97e6f87 commit fc22597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
build:
1414
# See https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
1515
# for available Python versions on ubuntu
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
strategy:
1818
matrix:
1919
# see https://www.python.org/downloads/
20-
python-version: [ '3.6', '3.12' ]
20+
python-version: [ '3.7', '3.12' ]
2121

2222
steps:
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)