Skip to content

Commit

Permalink
chore(test.yml): update Python versions in the matrix to include Pyth…
Browse files Browse the repository at this point in the history
…on 3.12 for testing
  • Loading branch information
marcuxyz committed Jul 21, 2024
1 parent 78cbe53 commit 5975976
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
strategy:
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'

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

0 comments on commit 5975976

Please sign in to comment.