Skip to content

Commit

Permalink
Merge pull request #41 from Chia-Network/20241003-fix-tests
Browse files Browse the repository at this point in the history
Remove python 3.8 because it's no longer supported
  • Loading branch information
aqk authored Oct 31, 2024
2 parents e5e63ad + d7cb787 commit c2ae9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python: [3.8, 3.9, '3.10', 3.11]
python: [3.9, '3.10', 3.11, 3.12]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c2ae9f7

Please sign in to comment.