Skip to content

Commit 9809215

Browse files
authored
Merge pull request #23 from kumparan/misc/update_python_compability_to_python_3_12
misc: update python compability to python 3 12
2 parents c04a622 + 782c837 commit 9809215

File tree

4 files changed

+110
-43
lines changed

4 files changed

+110
-43
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
- name: Checkout repository
1111
uses: actions/checkout@v3
1212

13-
- name: Setup Python 3.11
13+
- name: Setup Python 3.12
1414
uses: actions/setup-python@v4
1515
with:
16-
python-version: '3.11'
16+
python-version: '3.12'
1717

1818
- name: Install Poetry
1919
run: |
20-
pip install poetry==1.8.2
20+
pip install poetry==2.1.3
2121
2222
- name: Install dependencies
2323
run: |

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019 Frandy Eddy
3+
Copyright (c) 2025 kumparan.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)