Skip to content

Commit 9c532b6

Browse files
committed
ci: Update python version in workflows
1 parent 83cdcfe commit 9c532b6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci-master-scheduled.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
matrix:
1414
python_version:
1515
# https://python-release-cycle.glitch.me/
16-
- "3.6"
1716
- "3.7"
1817
- "3.8"
1918
- "3.9"
19+
- "3.10"
20+
- "3.11"
2021
runs-on: ubuntu-latest
2122
steps:
2223
- uses: actions/checkout@v3

.github/workflows/ci-pull-request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
matrix:
1616
python_version:
1717
# https://python-release-cycle.glitch.me/
18-
- "3.6"
1918
- "3.7"
2019
- "3.8"
2120
- "3.9"
21+
- "3.10"
22+
- "3.11"
2223
runs-on: ubuntu-latest
2324
steps:
2425
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)