Skip to content

Commit a5d036f

Browse files
Merge pull request #66 from mindsdb/add-python3.13
Python 3.13 support
2 parents 9232c96 + 01d7eac commit a5d036f

File tree

4 files changed

+217
-41
lines changed

4 files changed

+217
-41
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest]
19-
python-version: ["3.10","3.11", "3.12"]
19+
python-version: ["3.10","3.11", "3.12", "3.13"]
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Set up Python ${{ matrix.python-version }}

dataprep_ml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from dataprep_ml.base import StatisticalAnalysis, DataAnalysis
22

3-
__version__ = '0.0.24'
3+
__version__ = '0.0.25'
44
__name__ = "dataprep_ml"
55

66

0 commit comments

Comments
 (0)