Skip to content

Commit 7fee91c

Browse files
authored
Merge pull request #32 from ayasyrev/dev
v 0.1.4
2 parents 1a3d278 + 5643a35 commit 7fee91c

File tree

4 files changed

+3
-22
lines changed

4 files changed

+3
-22
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
12+
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1313
name: Python ${{ matrix.python }}
1414
steps:
1515
- uses: actions/checkout@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Simple wrapper for python argparse.
1010
Use pydantic model for you app config.
1111
It gives you typed config instead of default Namespace from argparse.
1212

13-
Tested on python 3.7 - 3.11
13+
Tested on python 3.8 - 3.12
1414

1515
WIP
1616

src/argparse_pydantic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.4_dev"
1+
__version__ = "0.1.4"

0 commit comments

Comments
 (0)