Skip to content

Commit

Permalink
Merge pull request #182 from smart-on-fhir/mikix/py3.13
Browse files Browse the repository at this point in the history
build: drop support for Python 3.8, add CI checks for 3.13
  • Loading branch information
mikix authored Oct 22, 2024
2 parents 63b4081 + e63089b commit e19a871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fhirclient"
requires-python = ">= 3.8"
requires-python = ">= 3.9"
dependencies = [
"requests >= 2.4",
]
Expand Down

0 comments on commit e19a871

Please sign in to comment.