We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455edae commit 8442ffeCopy full SHA for 8442ffe
1 file changed
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
python3-setuptools
31
task: PYTHONPATH=./src make -f Makefile coverage
32
runs-on: ubuntu-latest
33
- container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
+ container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
34
steps:
35
- uses: actions/checkout@v5
36
with:
@@ -50,7 +50,7 @@ jobs:
50
- dependencies: python3-into-dbus-python
51
task: PYTHONPATH=./src make -f Makefile test
52
53
54
55
- name: Install python3.12
56
run: >
0 commit comments