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 0846688 + d524d68 commit 01e7f24
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 @@ -54,7 +54,7 @@ jobs:
- dependencies: python3-setuptools
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 01e7f24

Please sign in to comment.