Skip to content

Commit

Permalink
Merge pull request #1386 from BCStudentSoftwareDevTeam/CIFix
Browse files Browse the repository at this point in the history
remove 3.7 from CI
  • Loading branch information
BrianRamsay authored Jan 29, 2025
2 parents 8dc76bb + e0b1e6e commit 7e2e949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actionTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pull-requests: write
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

# each step can define `env` vars, but it's easiest to define them on the build level
env:
Expand Down

0 comments on commit 7e2e949

Please sign in to comment.