Skip to content

Commit 2bd8500

Browse files
committed
fix: correct python version
1 parent 295e0db commit 2bd8500

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
# python-version: [3.6, 3.7, 3.8, 3.9]
30-
python-version: [3.8]
29+
python-version: [3.9, 3.10, 3.11, 3.12]
3130
env:
3231
PYTHON: ${{ matrix.python-version }}
3332
OS: ubuntu

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies = [
55
description = "AWS SSM support for Pydantic Settings"
66
name = "pydantic-ssm-settings"
77
readme = "README.md"
8-
requires-python = ">=3.8"
8+
requires-python = ">=3.9"
99
version = "0.2.4"
1010

1111
[dependency-groups]

0 commit comments

Comments
 (0)