Skip to content

Commit

Permalink
add recent Python versions to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pekasen committed Nov 4, 2024
1 parent a5666d6 commit af2f4e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"] # "3.7", "3.8", "

python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v3
- name: Setup Python # Set Python version
Expand Down

0 comments on commit af2f4e4

Please sign in to comment.