Skip to content

Commit

Permalink
Upgrade to PBS 20240814 / Python 3.12.5. (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois authored Aug 21, 2024
1 parent 960ae2c commit f17aa68
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.6.1

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

## 0.6.0

Add an interpreter provider for [PyPy](https://pypy.org/) that provides the distributions they
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 = "20240726"
version = "3.12.4"
release = "20240814"
version = "3.12.5"
flavor = "install_only_stripped"
# 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.
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.6.0"
__version__ = "0.6.1"

VERSION = Version(__version__)

0 comments on commit f17aa68

Please sign in to comment.