Skip to content

Commit e19a871

Browse files
authored
Merge pull request #182 from smart-on-fhir/mikix/py3.13
build: drop support for Python 3.8, add CI checks for 3.13
2 parents 63b4081 + e63089b commit e19a871

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
2222
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fhirclient"
3-
requires-python = ">= 3.8"
3+
requires-python = ">= 3.9"
44
dependencies = [
55
"requests >= 2.4",
66
]

0 commit comments

Comments
 (0)