10000 blurb: Add tests and run on CI by hugovk · Pull Request #520 · python/core-workflow · GitHub
[go: up one dir, main page]

Skip to content

blurb: Add tests and run on CI #520

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

Merged
merged 13 commits into from
Jan 15, 2024
Prev Previous commit
Next Next commit
Merge branch 'main' into add-pytest
  • Loading branch information
hugovk authored Dec 22, 2023
commit d113278dbcfc2c1bd01004dca505e5d01a1385a0
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
name: ${{ matrix.python-version }}
runs-on: ubuntu-latest
steps:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0