Skip to content

Commit ad97871

Browse files
Merge branch 'SC-2271' into 'develop'
SC-2271: Add support for Python version 12 See merge request SOLO-band/python-sdk!95
2 parents 7399edc + 626f4d1 commit ad97871

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pyproject.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
3-
"setuptools==67.6.1",
4-
"wheel==0.37.1"
3+
"setuptools==75.1.0",
4+
"wheel==0.44.0"
55
]
66
build-backend = "setuptools.build_meta"
77

@@ -30,6 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3 :: Only",
3131
"Programming Language :: Python :: 3.10",
3232
"Programming Language :: Python :: 3.11",
33+
"Programming Language :: Python :: 3.12",
3334
"License :: Other/Proprietary License",
3435
"Operating System :: OS Independent",
3536
"Development Status :: 4 - Beta",
@@ -46,15 +47,15 @@ authors = [
4647
dependencies = [
4748
"requests==2.28.1",
4849
"requests-oauthlib==1.3.1",
49-
"pandas==1.4.3",
50-
"numpy==1.23.0",
50+
"pandas==2.2.2",
51+
"numpy==2.1.1",
5152
]
5253
dynamic = ["version"]
5354

5455
[project.optional-dependencies]
5556
dev = [
56-
"setuptools==67.6.1",
57-
"wheel==0.37.1",
57+
"setuptools==75.1.0",
58+
"wheel==0.44.0",
5859
"build==0.8.0",
5960
"twine==4.0.1",
6061
"importlib-metadata==4.2.0",

0 commit comments

Comments
 (0)