Skip to content

Commit d15fbf3

Browse files
committed
Update Python version matrix in CI workflow and add support for Python 3.13 and 3.14 in setup.py
1 parent 0e13059 commit d15fbf3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: "ubuntu-22.04"
99
strategy:
1010
matrix:
11-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
11+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1212

1313
steps:
1414
- uses: actions/checkout@v5

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
'Programming Language :: Python :: 3.10',
4545
'Programming Language :: Python :: 3.11',
4646
'Programming Language :: Python :: 3.12',
47+
'Programming Language :: Python :: 3.13',
48+
'Programming Language :: Python :: 3.14',
4749
],
4850
keywords='database datamining',
4951
packages=find_packages(include=['datasketch*']),

0 commit comments

Comments
 (0)