Skip to content

Commit b4925a2

Browse files
authored
Add Python 3.12 (#12)
* Update dependencies * Add Python 3.12
1 parent 34444a3 commit b4925a2

File tree

2 files changed

+26
-80
lines changed

2 files changed

+26
-80
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [ "3.9", "3.10", "3.11" ]
15+
python-version: [ "3.10", "3.11", "3.12" ]
1616

1717
steps:
1818
- name: Checkout

poetry.lock

Lines changed: 25 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)