From fcba3df7e3a43c8d2cf81bcd03204665675bd5b7 Mon Sep 17 00:00:00 2001 From: MatteoGiomi Date: Tue, 18 Nov 2025 14:00:22 +0100 Subject: [PATCH] chore: update python to 3.13 --- .github/workflows/python-package.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 48b6bec..953f586 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: # We test only the minimum and the maximum supported versions of python - python-version: ["3.9", "3.12"] + python-version: ["3.9", "3.13"] pandas-version: ["1.4", "2.1"] steps: diff --git a/pyproject.toml b/pyproject.toml index c0f8537..11af5f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ ] description = "Measure singling out, linkability, and inference risk for synthetic data." readme = "README.md" -requires-python = "<3.13, >=3.9" +requires-python = "<=3.14, >=3.9" license = {file = "LICENSE.md"} classifiers = [ "Programming Language :: Python :: 3",