Skip to content

Commit

Permalink
Update python versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-invoiced committed Jun 22, 2024
1 parent 691e3cc commit 2ae6911
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ jobs:
strategy:
matrix:
python-version:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- '3.13'
- '3.14'
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 2ae6911

Please sign in to comment.