Skip to content

Commit 7bb20f7

Browse files
CopilotSubterrane
andcommitted
Update Python version matrix to 3.9-3.13 across all config files
Co-authored-by: Subterrane <5290140+Subterrane@users.noreply.github.com>
1 parent 232d625 commit 7bb20f7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 4
1111
matrix:
12-
python-version: ['3.9', '3.10', '3.11']
12+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1313

1414
steps:
1515
- uses: actions/checkout@v1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ OneLogin by One Identity open source projects are supported through [OneLogin Gi
99

1010
## Requirements
1111

12-
- Python 3.7+
12+
- Python 3.9+
1313
- Dependencies:
1414
- Pydantic 2.11+ (latest version)
1515
- urllib3 2.0.2+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
license = {text = "NoLicense"}
99
readme = "README.md"
1010
keywords = ["OneLogin", "SDK", "API"]
11-
requires-python = ">=3.7"
11+
requires-python = ">=3.9"
1212
dependencies = [
1313
"urllib3>=2.0.2",
1414
"python-dateutil>=2.5.3",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py37, py38, py39, py310, py311
2+
envlist = py39, py310, py311, py312, py313
33
isolated_build = True
44

55
[testenv]

0 commit comments

Comments
 (0)