From ad865546c622c630b8d7fe519714915f2c75aa04 Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Tue, 9 Jan 2024 12:59:11 -0800 Subject: [PATCH 1/2] Update release info through python 3.12 --- RELEASE.md | 5 +++++ setup.py | 2 ++ 2 files changed, 7 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index f570ecdc..c5a0b8d0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -14,30 +14,35 @@ The wheel artifacts are compatible with the table below, and released to the PyP | 3.9 | Linux | x86_64 | | 3.10 | Linux | x86_64 | | 3.11 | Linux | x86_64 | +| 3.12 | Linux | x86_64 | | 3.6 | Linux | arm64 | | 3.7 | Linux | arm64 | | 3.8 | Linux | arm64 | | 3.9 | Linux | arm64 | | 3.10 | Linux | arm64 | | 3.11 | Linux | arm64 | +| 3.12 | Linux | arm64 | | 3.6 | MacOS | x86_64 | | 3.7 | MacOS | x86_64 | | 3.8 | MacOS | x86_64 | | 3.9 | MacOS | x86_64 | | 3.10 | MacOS | x86_64 | | 3.11 | MacOS | x86_64 | +| 3.12 | MacOS | x86_64 | | 3.6 | MacOS | arm64 | | 3.7 | MacOS | arm64 | | 3.8 | MacOS | arm64 | | 3.9 | MacOS | arm64 | | 3.10 | MacOS | arm64 | | 3.11 | MacOS | arm64 | +| 3.12 | MacOS | arm64 | | 3.6 | Windows | x86_64 | | 3.7 | Windows | x86_64 | | 3.8 | Windows | x86_64 | | 3.9 | Windows | x86_64 | | 3.10 | Windows | x86_64 | | 3.11 | Windows | x86_64 | +| 3.12 | Windows | x86_64 | ## Process diff --git a/setup.py b/setup.py index b23d49c7..009bafdd 100644 --- a/setup.py +++ b/setup.py @@ -376,4 +376,6 @@ def run(self): 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', ]) From 236cadcbb628b06b010464a99767dfe05044b776 Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Tue, 9 Jan 2024 13:03:06 -0800 Subject: [PATCH 2/2] Update CHANGES.md --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 615ee513..9bacd4b9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ # jpy Changelog ## Version 0.15.0 (in development) +* [#112](https://github.com/jpy-consortium/jpy/pull/112) Add jpy.byte_buffer() function +* [#119](https://github.com/jpy-consortium/jpy/pull/119) Fix Mac OSX + OpenJDK builds where `JAVA_HOME` contains `libexec` but not `lib` +* [#121](https://github.com/jpy-consortium/jpy/pull/121) Python 3.12 build +* [#109](https://github.com/jpy-consortium/jpy/pull/109) Add aarch64 Linux wheels to build / release workflow +* [#113](https://github.com/jpy-consortium/jpy/pull/113) Update build.yml actions ## Version 0.14.0 * [#99](https://github.com/jpy-consortium/jpy/pull/99) Check for exception in getInt/Long/DoubleValue()