Skip to content

Commit 48aa384

Browse files
committed
Upgrade Python version
1 parent 934b340 commit 48aa384

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/basic_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.7
19+
python-version: 3.11
2020
- name: Install requirements
2121
run: |
2222
python setup.py install

.github/workflows/run_tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
- uses: actions/setup-python@v4
1919
with:
2020
python-version: |
21-
3.7
2221
3.8
2322
3.9
2423
3.10
2524
3.11
2625
3.12
26+
3.13
2727
- name: Install tox
2828
run: |
2929
python -m pip install --upgrade pip
3030
pip install tox
3131
- name: Run tox
32-
run: tox
32+
run: tox

0 commit comments

Comments
 (0)