We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee429db commit 9c5f3aaCopy full SHA for 9c5f3aa
.github/workflows/tox_ci.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
strategy:
23
matrix:
24
- python: ['3.8', '3.9', '3.10']
+ python: ['3.9', '3.10', '3.11']
25
steps:
26
- uses: actions/checkout@v4
27
- name: Setup Python
0 commit comments