Skip to content

Commit 73ba26b

Browse files
authored
chore: update dependencies and deprecate Python 3.9 (#12)
1 parent 2b16d64 commit 73ba26b

File tree

4 files changed

+723
-621
lines changed

4 files changed

+723
-621
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Python
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: "3.12"
20+
python-version: "3.13"
2121

2222
- name: Install poetry and dependencies
2323
run: |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Deprecated
2+
----------
3+
4+
- Support for Python 3.9 will be removed in the next version.
5+
6+
Security
7+
--------
8+
9+
- Updated dependency lockfile

0 commit comments

Comments
 (0)