Skip to content

Commit e944e61

Browse files
committed
chore: python 3.8
1 parent 842c43e commit e944e61

File tree

3 files changed

+315
-61
lines changed

3 files changed

+315
-61
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
fail-fast: false
4848
matrix:
49-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
49+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
5050
env:
5151
UV_PYTHON: ${{ matrix.python-version }}
5252

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "fds.sdk.utils"
33
version = "2.1.0"
44
description = "Utilities for interacting with FactSet APIs."
55
authors = [{ name = "FactSet Research Systems" }]
6-
requires-python = ">=3.9.0,<4"
6+
requires-python = ">=3.8.0,<4"
77
readme = "README.md"
88
license = "Apache-2.0"
99
keywords = [
@@ -23,9 +23,9 @@ Homepage = "https://developer.factset.com"
2323

2424
[dependency-groups]
2525
dev = [
26-
"black>=25.1.0,<26",
27-
"pytest>=8.4.0,<9",
28-
"pytest-cov>=6.1.1,<7",
26+
"black>=24.8.0,<25",
27+
"pytest>=8.3.5,<9",
28+
"pytest-cov>=5.0.0,<6",
2929
"pytest-mock>=3.14.1,<4"
3030
]
3131

0 commit comments

Comments
 (0)