Skip to content

Commit dd6daff

Browse files
committed
chore(deps)!: bump dependencies for security CVEs and drop EOL Python 3.8/3.9 (v3.0.0)
1 parent 3f1c1b9 commit dd6daff

5 files changed

Lines changed: 721 additions & 544 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Python
1919
uses: actions/setup-python@v6
2020
with:
21-
python-version: "3.11"
21+
python-version: "3.13"
2222

2323
- name: Install Poetry
2424
uses: snok/install-poetry@v1
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
48+
python-version: ["3.10", "3.11", "3.12", "3.13"]
4949
poetry-version: ["1.8.2"]
5050

5151
steps:

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
55
[![PyPi](https://img.shields.io/pypi/v/fds.sdk.utils)](https://pypi.org/project/fds.sdk.utils/)
66
[![Anaconda-Server Badge](https://anaconda.org/factset/fds.sdk.utils/badges/version.svg)](https://anaconda.org/factset/fds.sdk.utils)
77
[![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
8+
[![Python](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue)](https://pypi.org/project/fds.sdk.utils/)
89

910
This repository contains a collection of utilities that supports FactSet's SDK in Python and facilitate usage of FactSet
1011
APIs.
1112

13+
> **Requires Python 3.10 or higher.** Python 3.8 and 3.9 are end-of-life and no longer supported as of v3.0.0.
14+
1215
## Installation
1316

1417
### Poetry
@@ -195,7 +198,7 @@ Please refer to the [contributing guide](CONTRIBUTING.md).
195198

196199
# Copyright
197200

198-
Copyright 2022 FactSet Research Systems Inc
201+
Copyright 2026 FactSet Research Systems Inc
199202

200203
Licensed under the Apache License, Version 2.0 (the "License");
201204
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)