Skip to content

Commit

Permalink
Update dists
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Dec 11, 2023
1 parent 80485d8 commit dad8cbe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .azure/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ stages:
Python311:
python.version: '3.11'
python.architecture: 'x64'
Python312:
python.version: '3.12'
python.architecture: 'x64'
pool:
vmImage: "windows-2019"
steps:
Expand Down Expand Up @@ -101,6 +104,8 @@ stages:
python.version: '3.10'
Python311:
python.version: '3.11'
Python312:
python.version: '3.12'
pool:
vmImage: "macos-11"
steps:
Expand Down
7 changes: 5 additions & 2 deletions .azure/scripts/osx-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ case $PYTHON_VERSION in
INSTALLER_NAME=python-$FULL_VERSION-macosx10.9.pkg
;;
3.10)
FULL_VERSION=3.10.4
FULL_VERSION=3.10.11
INSTALLER_NAME=python-$FULL_VERSION-macos11.pkg
;;
3.11)
FULL_VERSION=3.11.0
FULL_VERSION=3.11.7
INSTALLER_NAME=python-$FULL_VERSION-macos11.pkg
;;
3.12)
FULL_VERSION=3.12.0
INSTALLER_NAME=python-$FULL_VERSION-macos11.pkg
esac

URL=https://www.python.org/ftp/python/$FULL_VERSION/$INSTALLER_NAME
Expand Down
5 changes: 3 additions & 2 deletions doc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Changelog
This changelog *only* contains changes from the *first* pypi release (0.5.4.3) onwards.

Latest Changes:
- **1.5.0 - 2023-12-10**
- **1.5.0_dev0 - 2023-04-03**
- **1.5.0 - 2023-04-03**

- Support for Python 3.12

- Switched ``__eq__`` and ``__ne__`` operator to use ``equals`` rather than
``compareTo`` for comparable objects to avoid exception when comparing
Expand Down

0 comments on commit dad8cbe

Please sign in to comment.