Tests/tox: latest Fedora uses Python 3.13, so use it
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
81cc279074
commit
a6c7b56d98
2 changed files with 3 additions and 3 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
environment:
|
||||
- "py36" # RH8
|
||||
- "py39" # RH9
|
||||
- "py312" # latest fedora
|
||||
- "py313" # latest fedora
|
||||
steps:
|
||||
- name: "Clone Repository"
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue