Skip to content

Commit 3fd99f4

Browse files
committed
Upd support
1 parent 27eff1b commit 3fd99f4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 4
1515
matrix:
16-
python-version: ["3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1717
steps:
1818
- uses: actions/checkout@v4
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Python connector for ThingsDB
55

6-
> This library requires Python 3.9 or higher.
6+
> This library requires Python 3.10 or higher.
77
88
---------------------------------------
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343

4444
# Specify the Python versions you support here. In particular, ensure
4545
# that you indicate whether you support Python 2, Python 3 or both.
46-
'Programming Language :: Python :: 3.9',
4746
'Programming Language :: Python :: 3.10',
4847
'Programming Language :: Python :: 3.11',
4948
'Programming Language :: Python :: 3.12',
49+
'Programming Language :: Python :: 3.13',
5050
],
5151
install_requires=[
5252
'msgpack',

0 commit comments

Comments
 (0)