Skip to content

Commit

Permalink
Merge pull request #106 from bgurney-rh/lowest-fedora-35
Browse files Browse the repository at this point in the history
Update lowest supported Fedora to 35
  • Loading branch information
mulkieran authored Aug 12, 2024
2 parents e51e073 + fb87d5a commit 83cf36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- dependencies: python-setuptools python3-into-dbus-python
task: make legacy-package
runs-on: ubuntu-latest
container: fedora:34 # LOWEST DEVELOPMENT ENVIRONMENT
container: fedora:35 # LOWEST DEVELOPMENT ENVIRONMENT
steps:
- name: Display Python version
run: python3 --version
Expand Down

0 comments on commit 83cf36b

Please sign in to comment.