We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c69394 commit 2b12ca7Copy full SHA for 2b12ca7
.github/workflows/tests.yml
@@ -56,7 +56,7 @@ jobs:
56
fail-fast: true
57
matrix:
58
os: [ubuntu-latest, windows-latest, macos-latest]
59
- pyversion: ["3.x", "3.8"]
+ pyversion: [">=3.8", "3.8"]
60
61
steps:
62
- uses: actions/checkout@v4
0 commit comments