Skip to content

Commit

Permalink
Bump Python to 3.13 in OpenSUSE CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Nov 25, 2024
1 parent 3e7aa42 commit 39d18c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@ jobs:
mkvtoolnix
mtd-utils
netpbm
python312-pefile
python312-pip
python312-PyICU
python312-vobject
python313-pefile
python313-pip
python313-PyICU
python313-vobject
squashfs
tiff
unrar
Expand Down Expand Up @@ -251,9 +251,9 @@ jobs:
379f44b1c95d25358eb014c03835a4b4991c6c364a509c63780e587e70d5744b pngtools-0.4-9.mga9.x86_64.rpm
EOF
rpm -ivh lib64png12_0-1.2.59-3.mga9.x86_64.rpm pngtools-0.4-9.mga9.x86_64.rpm
# Make python 3.12 the default to test with the latest
# Make python 3.13 the default to test with the latest
rm /usr/bin/python3
ln -s python3.12 /usr/bin/python3
ln -s python3.13 /usr/bin/python3
python3 -m pip install --break-system-packages https://github.com/itkach/slob/archive/master.zip
# Set mawk as the default for test diversity
ln -s mawk /usr/bin/awk
Expand Down

0 comments on commit 39d18c4

Please sign in to comment.