Skip to content

Commit bcdea23

Browse files
committed
Drop python 3.9
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 6c916df commit bcdea23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
max-parallel: 4
3131
matrix:
32-
python-version: ["3.9", "3.10", "3.11"]
32+
python-version: ["3.11", "3.12"]
3333

3434
steps:
3535
- name: Checkout code

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Python
2929
uses: actions/setup-python@v1
3030
with:
31-
python-version: 3.9
31+
python-version: 3.12
3232

3333
- name: Install pypa/build
3434
run: python -m pip install build --user

0 commit comments

Comments
 (0)