Skip to content

Commit

Permalink
Update the zuul config
Browse files Browse the repository at this point in the history
Remove old python versions and add python 3.12 to tests.
Update diff-cover to use python312

Signed-off-by: Michal Konecny <[email protected]>
  • Loading branch information
Zlopez committed Aug 1, 2024
1 parent 356473e commit b44e72d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@
- fi-tox-mypy
- fi-tox-lint
- fi-tox-format
- fi-tox-python38
- fi-tox-python39
- fi-tox-python310
- fi-tox-python311
- fi-tox-python312
- fi-tox-docs:
vars:
dependencies:
- graphviz
- python3-sphinxcontrib-httpdomain
- python3-sqlalchemy_schemadisplay
- fi-tox-bandit
- fi-tox-diff-cover
- fi-tox-diff-cover:
vars:
tox_envlist: "py312,diff-cover"
job_dependencies: "python312"

0 comments on commit b44e72d

Please sign in to comment.