Skip to content

Commit

Permalink
Upgrade to PBS 20240713 / Python 3.12.4. (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois authored Jul 14, 2024
1 parent 3c531d3 commit 35b2c82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 0.4.2

Upgrade the science internal Python distribution to [PBS][PBS] CPython 3.12.4.

## 0.4.1

This release fixes missing attestations for Linux ARM64 artifacts.
Expand Down
4 changes: 2 additions & 2 deletions lift.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ description = "Ship your interpreted executables using science."
[[lift.interpreters]]
id = "cpython"
provider = "PythonBuildStandalone"
release = "20240415"
version = "3.12.3"
release = "20240713"
version = "3.12.4"
# By default science ships as a "thin" scie that fetches CPython 3.12 on first run.
# We use `science lift --invert-lazy cpython ...` when producing "fat" scies.
lazy = true
Expand Down
2 changes: 1 addition & 1 deletion science/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

from packaging.version import Version

__version__ = "0.4.1"
__version__ = "0.4.2"

VERSION = Version(__version__)

0 comments on commit 35b2c82

Please sign in to comment.