Skip to content

Commit 8d915b3

Browse files
bkalashnikovbogdandm
bkalashnikov
authored andcommitted
Remove python3.8
1 parent 699f646 commit 8d915b3

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.github/workflows/test_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
13+
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
1414

1515
steps:
1616
- uses: actions/checkout@v2

.github/workflows/test_every_week.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
14+
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
1515

1616
steps:
1717
- uses: actions/checkout@v2

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,6 @@ class Swagger(BaseModel):
444444

445445
## Installation
446446

447-
| **Beware**: this project supports only `python3.7` and higher. |
448-
| --- |
449-
450447
To install it, use `pip`:
451448

452449
`pip install json2python-models`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "json2python-models"
77
description = "Python models (pydantic, attrs, dataclasses or custom) generator from JSON data with typing module support"
88
readme = "README.md"
99
license = { text = "MIT" }
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.9"
1111
authors = [
1212
{ name = "bogdandm (Bogdan Kalashnikov)", email = "bogdan.dm1995@yandex.ru" }
1313
]

0 commit comments

Comments
 (0)