Skip to content

Commit c6317e8

Browse files
committed
put back python 3.10 support
1 parent a965c82 commit c6317e8

File tree

3 files changed

+102
-3
lines changed

3 files changed

+102
-3
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
strategy:
1616
matrix:
17-
python-version: ['3.11', '3.12', '3.13', '3.14']
17+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1818

1919
steps:
2020
- uses: actions/checkout@v5

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "verda"
33
version = "1.16.0"
44
description = "Official Python SDK for Verda (formerly DataCrunch) Public API"
55
readme = "README.md"
6-
requires-python = ">=3.11"
6+
requires-python = ">=3.10"
77

88
authors = [{ name = "Verda Cloud Oy", email = "info@verda.com" }]
99

@@ -14,6 +14,7 @@ classifiers = [
1414
"Natural Language :: English",
1515
"Operating System :: OS Independent",
1616
"Programming Language :: Python :: 3",
17+
"Programming Language :: Python :: 3.10",
1718
"Programming Language :: Python :: 3.11",
1819
"Programming Language :: Python :: 3.12",
1920
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)