Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewZMSU committed Dec 20, 2024
1 parent 3b65883 commit 91882af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
strategy:
matrix:
include:
- python-version: "3.7.x" # Min Python version (No 3.6 version in GitHub repository)
- python-version: "3.8.x"
- python-version: "3.8.x" # Min Python version (No 3.7 version in GitHub repository)
- python-version: "3.9.x"
- python-version: "3.10.x"
- python-version: "3.11.x"
- python-version: "3.12.x"
- python-version: "3.13.x"
- python-version: "3.x" # Last Python version
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 91882af

Please sign in to comment.