Skip to content

Commit

Permalink
chore(CI): Test under Python3.12 under Archlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Jun 12, 2024
1 parent 34513b4 commit 21214b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test:archlinux:
stage: test
script:
- pacman -Sy python-pytest python-pylint python-pytest-cov python-xmltodict python-requests python-tox python-pycryptodomex --noconfirm
- tox -e py311
- tox -e py312
tags:
- archlinux

Expand Down

0 comments on commit 21214b0

Please sign in to comment.