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 3b60eb6 commit bbe7457Copy full SHA for bbe7457
.github/workflows/linting.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Python
26
uses: actions/setup-python@v4
27
with:
28
- python-version: '3.9'
+ python-version: '3.12'
29
30
- name: Upgrade pip and install required tools
31
run: |
.github/workflows/testing.yaml
@@ -28,10 +28,11 @@ jobs:
python-version: |
- 3.6
32
- 3.7
33
3.8
34
3.9
+ 3.10
+ 3.11
35
+ 3.12
36
37
38
tox.ini
@@ -5,6 +5,7 @@ envlist =
5
py3.9
6
py3.10
7
py3.11
8
+ py3.12
9
10
[testenv]
11
allowlist_externals = pytest
0 commit comments