Skip to content

Commit 16b5025

Browse files
committed
drop support of Python 3.8
1 parent 96764cf commit 16b5025

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python: ["3.8", "3.9", "3.10", "3.11"]
15+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v2

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup python
1515
uses: actions/setup-python@v2
1616
with:
17-
python-version: "3.11"
17+
python-version: "3.13"
1818

1919
- name: Install pipenv
2020
run: make get-pipenv

0 commit comments

Comments
 (0)