Skip to content

Commit 9a2354a

Browse files
committed
[Core] Add support for python 3.13
1 parent 9684fbd commit 9a2354a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
23+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
2424

2525
steps:
2626
- name: Clone Lithops repository

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## [v3.5.2.dev0]
44

55
### Added
6-
-
6+
- [Core] Added support for python 3.13
77

88
### Changed
99
-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@
114114
'Operating System :: OS Independent',
115115
'Natural Language :: English',
116116
'License :: OSI Approved :: Apache Software License',
117-
'Programming Language :: Python :: 3.8',
118117
'Programming Language :: Python :: 3.9',
119118
'Programming Language :: Python :: 3.10',
120119
'Programming Language :: Python :: 3.11',
121120
'Programming Language :: Python :: 3.12',
121+
'Programming Language :: Python :: 3.13',
122122
'Topic :: Software Development :: Libraries :: Python Modules',
123123
'Topic :: Scientific/Engineering',
124124
'Topic :: System :: Distributed Computing',

0 commit comments

Comments
 (0)