File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 python3-setuptools
3131 task: PYTHONPATH=./src make -f Makefile coverage
3232 runs-on : ubuntu-latest
33- container : fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
33+ container : fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
3434 steps :
3535 - uses : actions/checkout@v5
3636 with :
5050 - dependencies : python3-into-dbus-python
5151 task : PYTHONPATH=./src make -f Makefile test
5252 runs-on : ubuntu-latest
53- container : fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
53+ container : fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
5454 steps :
5555 - name : Install python3.12
5656 run : >
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ classifiers=
2222 Topic :: Software Development :: Libraries :: Python Modules
2323
2424[options]
25+ python_requires = >=3.12
2526install_requires =
2627 dbus-python
2728 into-dbus-python>=0.8
You can’t perform that action at this time.
0 commit comments