Skip to content

Commit

Permalink
Update for latest python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Nov 30, 2024
1 parent ca72f50 commit dadcc88
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/Regression_Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
strategy:
max-parallel: 8
matrix:
# python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.x']
# python: ['3.7']
python: ['3.x', '3.11', '3.10', '3.9', '3.8', '3.7']
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
platform: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit dadcc88

Please sign in to comment.