Skip to content

Commit 98f8ead

Browse files
committed
Drop support for python 3.8
1 parent f652862 commit 98f8ead

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.github/workflows/build.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
strategy:
1111
matrix:
1212
include:
13-
- python-version: "3.8"
1413
- python-version: "3.9"
1514
- python-version: "3.10"
1615
- python-version: "3.11"

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## master
2+
3+
- Drop support for python3.8
4+
15
## 0.1.8
26

37
- Move db proxy initialization after app registration

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pypi"
77
aiohttp = "~=3.9.5"
88
sqlalchemy = "~=2.0.5"
99
fhirpy = "~=1.3.0"
10-
jsonschema = "~=4.17.3,<4.22.0"
10+
jsonschema = "~=4.17.3"
1111

1212
[dev-packages]
1313
pytest-aiohttp = "~=1.0.4"

Pipfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ classifiers = [
7575
"Operating System :: OS Independent",
7676
"Programming Language :: Python",
7777
"Programming Language :: Python :: 3",
78-
"Programming Language :: Python :: 3.8",
7978
"Programming Language :: Python :: 3.9",
8079
"Programming Language :: Python :: 3.10",
8180
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)