Skip to content

Commit

Permalink
Upgrade exodus-cdn to Python3.11 runtime [RHELDST-18509]
Browse files Browse the repository at this point in the history
  • Loading branch information
crungehottman committed Sep 29, 2023
1 parent cdef02b commit 4eb3f4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.9
python-3.11
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py39, static, docs
envlist = py311, static, docs

[testenv]
deps=
Expand Down

0 comments on commit 4eb3f4d

Please sign in to comment.