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 49b0415 commit 4962479Copy full SHA for 4962479
.github/workflows/pythons-tests.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- python-version: ["3.6", "3.9", "3.10", "3.11"]
+ python-version: ["3.9", "3.10", "3.11", "3.12"]
10
steps:
11
- uses: actions/checkout@v4
12
- name: Set up Python ${{ matrix.python-version }}
0 commit comments