Skip to content

Commit

Permalink
ci: Update python version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tembleking committed Mar 3, 2023
1 parent 83cdcfe commit 9c532b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-master-scheduled.yml
Expand Up @@ -13,10 +13,11 @@ jobs:
matrix:
python_version:
# https://python-release-cycle.glitch.me/
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-pull-request.yml
Expand Up @@ -15,10 +15,11 @@ jobs:
matrix:
python_version:
# https://python-release-cycle.glitch.me/
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9c532b6

Please sign in to comment.