Skip to content

Commit

Permalink
chore: cicd.yml to have py 3.9 through 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored Dec 19, 2024
1 parent 3d99931 commit 2e73a88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
strategy:
matrix:
python-version:
- 3.8.x
- 3.9.x
- 3.10.x
- 3.11.x
- 3.12.x
- 3.13.x

steps:
- name: Checkout this repository
Expand Down

0 comments on commit 2e73a88

Please sign in to comment.