Skip to content

Commit

Permalink
Fix 'Github Actions' configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Jun 13, 2023
1 parent c7ce709 commit f8283ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -188,7 +188,7 @@ jobs:
needs: pre-deploy
strategy:
matrix:
python_tag: [ 'cp37', 'cp38', 'cp39', 'cp310', 'cp311' ]
python_tag: [ 'cp38', 'cp39', 'cp310', 'cp311' ]
platform: [
{
architecture: 'x86_64',
Expand Down

0 comments on commit f8283ba

Please sign in to comment.