File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,26 +60,30 @@ jobs:
6060 - name : ${{ matrix.task }}
6161 run : ${{ matrix.task }}
6262
63- lowest_environment_checks :
63+ lowest_supported_python :
6464 strategy :
6565 matrix :
6666 include :
6767 - dependencies : >
6868 python3-dbus
6969 python3-dbus-signature-pyparsing
7070 python3-hypothesis
71- python3-hs-dbus-signature
7271 task: PYTHONPATH=./src make -f Makefile test
73- - dependencies : >
74- python3-setuptools
75- python3-dbus
76- python3-dbus-signature-pyparsing
77- python3-hypothesis
78- python3-hs-dbus-signature
79- task: make legacy-package
8072 runs-on : ubuntu-latest
81- container : fedora:35 # LOWEST DEVELOPMENT ENVIRONMENT
73+ container : fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
8274 steps :
75+ - name : Install python3.12
76+ run : >
77+ dnf install -y
78+ alternatives
79+ python3.12
80+ - name : Set python3 to python3.12
81+ run : >
82+ alternatives
83+ --install /usr/bin/python3
84+ python3
85+ /usr/bin/python3.12
86+ 10
8387 - name : Display Python version
8488 run : python3 --version
8589 - uses : actions/checkout@v4
9195 ${{ matrix.dependencies }}
9296 - name : Install pyright
9397 run : pip install --user pyright
98+ - name : Install hs-dbus-signature
99+ run : pip install --user hs-dbus-signature
94100 - name : ${{ matrix.task }}
95101 run : ${{ matrix.task }}
Original file line number Diff line number Diff line change @@ -53,11 +53,6 @@ yamllint:
5353package :
5454 (umask 0022; python -m build; python -m twine check --strict ./dist/* )
5555
56- .PHONY : legacy-package
57- legacy-package :
58- python3 setup.py build
59- python3 setup.py install
60-
6156.PHONY : apply
6257apply :
6358 @echo " Modules traced:"
You can’t perform that action at this time.
0 commit comments