We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cdcfe commit 9c532b6Copy full SHA for 9c532b6
.github/workflows/ci-master-scheduled.yml
@@ -13,10 +13,11 @@ jobs:
13
matrix:
14
python_version:
15
# https://python-release-cycle.glitch.me/
16
- - "3.6"
17
- "3.7"
18
- "3.8"
19
- "3.9"
+ - "3.10"
20
+ - "3.11"
21
runs-on: ubuntu-latest
22
steps:
23
- uses: actions/checkout@v3
.github/workflows/ci-pull-request.yml
@@ -15,10 +15,11 @@ jobs:
24
25
0 commit comments