From 0ede7b76396c95398d678d8391d8c1551a48454b Mon Sep 17 00:00:00 2001 From: Ross Allen Date: Mon, 2 Dec 2024 12:41:22 -0800 Subject: [PATCH] adding py 3.13 binaries to package data list; bumping version --- CHANGELOG.md | 6 ++++++ pyproject.toml | 6 +++++- src/kspdg/__init__.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f66f5a..7954915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.1] - 2024.12.02 + +### Added + ++ Support for python 3.13 in private_src obfuscated code + ## [v0.9.0] - 2024.09.10 ### Added diff --git a/pyproject.toml b/pyproject.toml index 600ce8d..f1f0f4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,11 @@ kspdg = [ "private_src/python3_12/Darwin_arm64/pyarmor_runtime_000000/*.so", "private_src/python3_12/Darwin_x86_64/pyarmor_runtime_000000/*.so", "private_src/python3_12/Linux_x86_64/pyarmor_runtime_000000/*.so", - "private_src/python3_12/Windows_x86_64/pyarmor_runtime_000000/*.pyd" + "private_src/python3_12/Windows_x86_64/pyarmor_runtime_000000/*.pyd", + "private_src/python3_13/Darwin_arm64/pyarmor_runtime_000000/*.so", + "private_src/python3_13/Darwin_x86_64/pyarmor_runtime_000000/*.so", + "private_src/python3_13/Linux_x86_64/pyarmor_runtime_000000/*.so", + "private_src/python3_13/Windows_x86_64/pyarmor_runtime_000000/*.pyd" ] # Further dependencies for dev, testing, and envrionments with advanced bots diff --git a/src/kspdg/__init__.py b/src/kspdg/__init__.py index bce5b92..3f654e9 100644 --- a/src/kspdg/__init__.py +++ b/src/kspdg/__init__.py @@ -5,7 +5,7 @@ # Single-sourcing package version # https://packaging.python.org/guides/single-sourcing-package-version/ -__version__ = "0.9.0" +__version__ = "0.9.1" # these imports make the individual environments accessible at the top-level # of the library and assign an environment version number