Skip to content

Commit 49b412d

Browse files
committed
- Update packages
- Update CHANGES.md - Bump version number to 0.1.0
1 parent 501d860 commit 49b412d

5 files changed

Lines changed: 205 additions & 102 deletions

File tree

.github/workflows/branch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: ['3.9', '3.10', '3.11', '3.12']
9+
python-version: ['3.9', '3.10', '3.11']
1010
poetry-version: ['1.6.1']
1111
os: [ubuntu-latest]
1212
runs-on: ${{ matrix.os }}
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
python-version: ['3.9', '3.10', '3.11', '3.12']
32+
python-version: ['3.9', '3.10', '3.11']
3333
poetry-version: ['1.6.1']
3434
os: [ubuntu-latest]
3535
runs-on: ${{ matrix.os }}

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Python KOF Parser Package
22

3+
## Version 0.1.0
4+
_2023-10-17_
5+
6+
Change
7+
8+
- Upgrade packages, including Pydantic version "^2.4.2"
9+
310
## Version 0.0.19
411
_2023-10-04_
512

0 commit comments

Comments
 (0)