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-aws

See merge request it/e3-aws!18
  • Loading branch information
elsaferrara committed Nov 14, 2024
2 parents 88434d5 + 69fa06f commit 288a61d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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 @@ -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"]

# A job tiggered by 'Run Windows tests'. This jobs will run without waiting any others
# jobs.
Expand Down

0 comments on commit 288a61d

Please sign in to comment.