Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
add 3.10-3.11 support
  • Loading branch information
nficano committed Mar 27, 2023
1 parent b563f78 commit 472b1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
python: [3.7, 3.8, 3.9]
python: [3.7, 3.8, 3.9, 3.10, 3.11]

steps:
- name: Checkout repo
Expand Down

0 comments on commit 472b1ad

Please sign in to comment.