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 934b340 commit 48aa384Copy full SHA for 48aa384
.github/workflows/basic_checks.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Python ${{ matrix.python-version }}
17
uses: actions/setup-python@v2
18
with:
19
- python-version: 3.7
+ python-version: 3.11
20
- name: Install requirements
21
run: |
22
python setup.py install
.github/workflows/run_tox.yml
@@ -18,15 +18,15 @@ jobs:
- uses: actions/setup-python@v4
python-version: |
- 3.7
3.8
23
3.9
24
3.10
25
3.11
26
3.12
+ 3.13
27
- name: Install tox
28
29
python -m pip install --upgrade pip
30
pip install tox
31
- name: Run tox
32
- run: tox
+ run: tox
0 commit comments