We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f165d commit 4f8b882Copy full SHA for 4f8b882
1 file changed
.github/workflows/tox.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-22.04
25
strategy:
26
matrix:
27
- python: [3.5, 3.6, 3.8, "3.10", "3.12"]
+ python: [3.8, "3.10", "3.12"]
28
29
steps:
30
- uses: actions/checkout@v2
0 commit comments