Skip to content

Commit

Permalink
Merge pull request #112 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 50f363d + 8549970 commit 4bfad83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ jobs:
include:
- dependencies: python3-hypothesis
task: PYTHONPATH=./src make -f Makefile test
- dependencies: python3-hypothesis
- dependencies: >
python3-hypothesis
python3-setuptools
task: PYTHONPATH=./src make -f Makefile legacy-package
runs-on: ubuntu-latest
container: fedora:34 # LOWEST DEVELOPMENT ENVIRONMENT
container: fedora:35 # LOWEST DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down

0 comments on commit 4bfad83

Please sign in to comment.