Skip to content

Commit

Permalink
Remove full Python version pinning
Browse files Browse the repository at this point in the history
The GitHub Actions workflow doesn't have such pinning, so running the
script will break if a new minor version is released.
  • Loading branch information
QuLogic committed Mar 20, 2024
1 parent c21b6f0 commit fc82351
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
1 change: 0 additions & 1 deletion scripts/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ cmarkgfm = "*"

[requires]
python_version = "3.12"
python_full_version = "3.12.1"

[scripts]
publish_events = "python publish_events.py ../_posts/ failures.yml"
16 changes: 7 additions & 9 deletions scripts/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc82351

Please sign in to comment.