From 7c2adb0465fc34bb5767f0e50a50f0ed7fd29a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odhr=C3=A1n=20Creelman?= Date: Mon, 22 Jul 2024 17:05:39 +0100 Subject: [PATCH] Update changelog to note Python3.12 upgrade --- open-codegen/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/open-codegen/CHANGELOG.md b/open-codegen/CHANGELOG.md index f8c15f90..2e5bcb07 100644 --- a/open-codegen/CHANGELOG.md +++ b/open-codegen/CHANGELOG.md @@ -12,7 +12,8 @@ Note: This is the Changelog file of `opengen` - the Python interface of OpEn ### Added * Python direct interface support for ARM-based Macs -* Updated GitHub Actions to use the macos-12 runner +* Updated GitHub Actions to use the macos-latest runner +* Updated GitHub Actions to use Python3.12 (required for above) ## [0.8.0] - 2024-03-20