Skip to content

Commit

Permalink
Merge branch 'automatic-merge' into 'master'
Browse files Browse the repository at this point in the history
Update cookiecutter-e3 template on e3-core

See merge request it/e3-core!63
  • Loading branch information
RomaricKanyamibwa committed Nov 22, 2024
2 parents e9e71fa + 1e0b9de commit 6969537
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ variables:
- "3.10"
- "3.11"
- "3.12"
value: "3.12"
- "3.13"
value: "3.13"

stages:
- checks
Expand Down Expand Up @@ -83,7 +84,7 @@ check:
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
parallel:
matrix:
- PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12"]
- PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12", "3.13"]
artifacts:
when: always
paths:
Expand Down Expand Up @@ -137,7 +138,7 @@ run linux tests:

.windows-image:
services:
- image:e3-windows-core-2022
- image:e3-windows-2022
- platform:x86_64-windows-2022
- cpu:2
- mem:4
Expand All @@ -159,7 +160,7 @@ run linux tests:
extends: .windows-common
parallel:
matrix:
- PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12"]
- PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12", "3.13"]

# Stage: Tests

Expand Down

0 comments on commit 6969537

Please sign in to comment.