Skip to content

Commit

Permalink
added py3.10 and py3.11 to github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iraikov committed Aug 28, 2024
1 parent b7c3e5e commit a91f0b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
python-version: [3.9]
python-version: ["3.9", "3.10", "3.11"]

steps:
- name: Checkout
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
python-version: ["3.9", "3.10", "3.11"]

steps:
- name: Checkout
Expand Down

0 comments on commit a91f0b2

Please sign in to comment.