Skip to content

Commit fcba3df

Browse files
committed
chore: update python to 3.13
1 parent 741ca08 commit fcba3df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
# We test only the minimum and the maximum supported versions of python
17-
python-version: ["3.9", "3.12"]
17+
python-version: ["3.9", "3.13"]
1818
pandas-version: ["1.4", "2.1"]
1919

2020
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
]
1414
description = "Measure singling out, linkability, and inference risk for synthetic data."
1515
readme = "README.md"
16-
requires-python = "<3.13, >=3.9"
16+
requires-python = "<=3.14, >=3.9"
1717
license = {file = "LICENSE.md"}
1818
classifiers = [
1919
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)