Skip to content

Commit 7edfaea

Browse files
committed
Upgrade github actions to python 3.10 as that is currently the limitation for openstack
1 parent fe7dafb commit 7edfaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.9"
18+
python-version: "3.10"
1919

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

0 commit comments

Comments
 (0)