Skip to content

Commit

Permalink
ci: support python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Sep 15, 2024
1 parent 44e74bd commit 818c338
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13.0-rc.2'

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13.0-rc.2'

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13.0-rc.2'
include:
- msvc: VS-16-2019
os: windows-2019
Expand Down
16 changes: 16 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,19 @@ lint:python3.12:
<<: *lint_definition
needs:
- build:python3.12

build:python3.13:
image: sergiud/hogpp:python3.13.0rc2
<<: *build_definition

test:python3.13:
image: sergiud/hogpp:python3.13.0rc2
<<: *test_definition
needs:
- build:python3.13

lint:python3.13:
image: sergiud/hogpp:python3.13.0rc2
<<: *lint_definition
needs:
- build:python3.13

0 comments on commit 818c338

Please sign in to comment.