Skip to content

Commit b02a3d8

Browse files
committed
chore!: Bump minimum Python version to 3.12
1 parent 61f5395 commit b02a3d8

File tree

6 files changed

+235
-222
lines changed

6 files changed

+235
-222
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up python
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: "3.10"
24+
python-version: "3.12"
2525

2626
- name: Install Poetry
2727
uses: snok/install-poetry@v1

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.10"
19+
python-version: "3.12"
2020
- name: Install Poetry
2121
uses: snok/install-poetry@v1
2222
with:

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.10"
19+
python-version: "3.12"
2020
- name: Install Poetry
2121
uses: snok/install-poetry@v1
2222
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ If you use `keymap-drawer`, tag your Github repo with the [`keymap-drawer` topic
283283

284284
## Development
285285

286-
This project requires Python 3.10+ and uses [Poetry](https://python-poetry.org/) for packaging.
286+
This project requires Python 3.12+ and uses [Poetry](https://python-poetry.org/) for packaging.
287287

288288
To get started, [install Poetry](https://python-poetry.org/docs/#installation), clone this repo, then install dependencies with the `poetry` command:
289289

0 commit comments

Comments
 (0)