Skip to content

Commit 6e1eeeb

Browse files
committed
Increased the GitHub Actions Python version to 3.8
1 parent d6f29a6 commit 6e1eeeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: '3.13'
19+
python-version: '3.8'
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@v2
2424
with:
25-
python-version: '3.7'
25+
python-version: '3.8'
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)