Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.5 #191

Merged
merged 12 commits into from
Jan 6, 2025
Prev Previous commit
Next Next commit
updating linters gh action
gesinaphillips committed Dec 5, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
HighCrit HighCrit
commit b6012e1a1eaaea543fdc5cdc78fda46c53c54a61
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}