Skip to content

Commit

Permalink
Change python version on arch
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Dec 8, 2024
1 parent 2c25cc2 commit 1a5e955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Arch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
python-version: ["3.9", "3.13"]
python-version: ["3.9", "3.13.1"]
name: pytest-arch-python-${{ matrix.python-version }}
container:
image: archlinux:latest
Expand Down

0 comments on commit 1a5e955

Please sign in to comment.