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 620ce42 commit be092c5Copy full SHA for be092c5
.github/workflows/checks.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- python-version: ['3.11', '3.12']
+ python-version: ['3.10', '3.11', '3.12']
10
steps:
11
- uses: actions/checkout@v3
12
- uses: ./.github/actions/setup-poetry
0 commit comments