Skip to content

Commit 4eb3f4d

Browse files
committed
Upgrade exodus-cdn to Python3.11 runtime [RHELDST-18509]
1 parent cdef02b commit 4eb3f4d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Set up Python 3.9
16+
- name: Set up Python 3.11
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: '3.9'
19+
python-version: '3.11'
2020

2121
- name: Install dependencies
2222
run: |

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.9
1+
python-3.11

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py39, static, docs
2+
envlist = py311, static, docs
33

44
[testenv]
55
deps=

0 commit comments

Comments
 (0)