Skip to content

Commit cc3edd0

Browse files
committed
Changed python version in workflow.
1 parent a4e2bb3 commit cc3edd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: [3.9]
21+
python-version: [3.10.11]
2222
os: [ubuntu-latest]
2323
runs-on: ${{ matrix.os }}
2424
steps:
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
python-version: [3.9]
39+
python-version: [3.10.11]
4040
os: [ubuntu-latest]
4141
runs-on: ${{ matrix.os }}
4242
steps:
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
python-version: [3.9]
62+
python-version: [3.10.11]
6363
os: [macos-latest]
6464
runs-on: ${{ matrix.os }}
6565
steps:
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
fail-fast: false
7979
matrix:
80-
python-version: [3.9]
80+
python-version: [3.10.11]
8181
os: [windows-latest]
8282
runs-on: ${{ matrix.os }}
8383
steps:

0 commit comments

Comments
 (0)