Skip to content

Commit

Permalink
bump minimum version - icepool is only supported in Python 3.10+
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray committed Sep 10, 2024
1 parent 876535a commit 1306936
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: [3.8, 3.9, "3.10"]
python-version: ["3.10", "3.11", "3.12"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/skill_tests.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1306936

Please sign in to comment.