Skip to content

Commit

Permalink
Merge pull request #534 from ufo-kit/add-more-version-to-tests
Browse files Browse the repository at this point in the history
Test also against python3.11 and 3.12
  • Loading branch information
MarcusZuber committed Mar 27, 2024
2 parents 5ba30fa + 4af992a commit 83a4c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
fail-fast: false

steps:
Expand Down

0 comments on commit 83a4c5e

Please sign in to comment.