Skip to content

Commit 5833695

Browse files
authored
Merge pull request #115 from mulkieran/issue_project_805
Increase CURRENT DEVELOPMENT ENVIRONMENT to Fedora 42
2 parents 455edae + e0a1fa3 commit 5833695

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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:
@@ -50,7 +50,7 @@ jobs:
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: >

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers=
2222
Topic :: Software Development :: Libraries :: Python Modules
2323

2424
[options]
25+
python_requires = >=3.12
2526
install_requires =
2627
dbus-python
2728
into-dbus-python>=0.8

0 commit comments

Comments
 (0)