Skip to content

Commit 243d6c6

Browse files
committed
Support 3.13 and removed 3.9 python
1 parent 836422a commit 243d6c6

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest, windows-latest, macos-latest]
21-
python-version: ["3.9", "3.10", "3.11", "3.12"]
21+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2222

2323
steps:
2424
- uses: actions/checkout@v4

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,5 @@ v<1.0.0>, <01/27/2025> -- Updated docs with datatables
9999
v<1.0.1>, <06/14/2025> -- Updated max thresholder limit
100100
v<1.0.1>, <08/10/2025> -- Fixed test scores min max range
101101
v<1.0.1>, <08/10/2025> -- Updated tests with random state and better test scores coverage
102+
v<1.0.2>, <10/10/2025> -- Removed Python 3.9 from testing
103+
v<1.0.2>, <10/10/2025> -- Python 3.13 support

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ def readme():
6262
'Programming Language :: Python :: 3.10',
6363
'Programming Language :: Python :: 3.11',
6464
'Programming Language :: Python :: 3.12',
65+
'Programming Language :: Python :: 3.13',
6566
],
6667
)

0 commit comments

Comments
 (0)