Skip to content

Commit 6176e2e

Browse files
authored
Merge pull request #100 from sapcc/upgrade_python_29
move to py39 as py38 is no longer supported by oslo-utils
2 parents 4862a0d + 67d09ce commit 6176e2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: "3.8"
18+
python-version: "3.9"
1919

2020
- name: Install Tox
2121
run: pip install tox

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
minversion = 2.5.0
33
skipsdist = True
4-
envlist = py38,pep8,releasenotes
4+
envlist = py39,pep8,releasenotes
55

66
[testenv]
77
usedevelop = True

0 commit comments

Comments
 (0)