Skip to content

Commit 711b367

Browse files
committed
Update github CI to include python 3.13
Include 3.13 and use latest ubuntu image Signed-off-by: Wayne Sun <gsun@redhat.com>
1 parent febb32e commit 711b367

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ on:
88
jobs:
99
codechecks:
1010
name: Code Quality
11-
# The last image version support python3.6, latest have removed it
12-
# Still need python3.6 for EPEL8
13-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1412
strategy:
1513
matrix:
16-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
14+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
1715
steps:
1816
- name: Checkout Pylero
1917
uses: actions/checkout@v3

0 commit comments

Comments
 (0)