Skip to content

Commit

Permalink
Merge pull request #63 from bgurney-rh/f39-current
Browse files Browse the repository at this point in the history
Advance current development environment to Fedora 39
  • Loading branch information
mulkieran authored Nov 29, 2023
2 parents 66215b1 + f2ced1c commit 2449ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python3-pyparsing
python3-hypothesis
task: >
PYTHONPATH=./src:/github/home/.local/lib/python3.11/site-packages
PYTHONPATH=./src:/github/home/.local/lib/python3.12/site-packages
make -f Makefile lint
- dependencies: >
python3-pyparsing
Expand All @@ -39,7 +39,7 @@ jobs:
- dependencies: python python3-build twine
task: make -f Makefile package
runs-on: ubuntu-latest
container: fedora:38 # CURRENT DEVELOPMENT ENVIRONMENT
container: fedora:39 # CURRENT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v3
- name: Install dependencies
Expand Down

0 comments on commit 2449ab8

Please sign in to comment.