Skip to content

Commit 0b9cd98

Browse files
authored
Python 3.13 support (#1279)
* python 3.13 support * 3.13 in ci * update versions
1 parent 14efe45 commit 0b9cd98

File tree

4 files changed

+197
-53
lines changed

4 files changed

+197
-53
lines changed

.github/workflows/lightwood.yml

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

lightwood/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'lightwood'
22
__package_name__ = 'lightwood'
3-
__version__ = '25.7.5.1'
3+
__version__ = '25.9.1.0'
44
__description__ = "Lightwood is a toolkit for automatic machine learning model building"
55
__email__ = "community@mindsdb.com"
66
__author__ = 'MindsDB Inc'

0 commit comments

Comments
 (0)