Skip to content

Commit

Permalink
Defer next flake.lock update till Dec.
Browse files Browse the repository at this point in the history
Python 3.8 was recently removed from nixpkgs unstable in preparation for
the 24.05 release, whose support extends past py38's end-of-life date
coming up in October. Don't update to latest unstable before 24.11 comes
out to avoid losing py38 while we still support it.
  • Loading branch information
jab committed Mar 15, 2024
1 parent 477181c commit 61bcdbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update_flake_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ name: update flake.lock
workflow_dispatch:
schedule:
# Third day of every third month at noon
- cron: "0 12 3 */3 *"
#- cron: "0 12 3 */3 *"
# Wait till Dec 3 (by which point py38 will be EOL and Nix 24.11 will be out)
- cron: "0 12 3 12 *"

jobs:
main:
Expand Down

0 comments on commit 61bcdbe

Please sign in to comment.