Skip to content

Commit

Permalink
.gitlab-ci.manager.yml: python3.13 unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alesmrazek committed Oct 8, 2024
1 parent 64f66e5 commit 8364347
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab-ci.manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,8 @@ unit:py3.12:
<<: *unit
variables:
PYTHON_INTERPRETER: python3.12

unit:py3.13:
<<: *unit
variables:
PYTHON_INTERPRETER: python3.13

0 comments on commit 8364347

Please sign in to comment.