Skip to content

Commit

Permalink
Actions: Upgrade Python version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
spbnick committed May 21, 2024
1 parent f28b0e4 commit dabebb6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
runs-on: [ubuntu-latest]
include:
- python-version: "3.6"
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit dabebb6

Please sign in to comment.