Skip to content

Commit 8f75d56

Browse files
committed
Dropped python3.8 support.
1 parent 3622b62 commit 8f75d56

File tree

3 files changed

+231
-216
lines changed

3 files changed

+231
-216
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@v4
2424
with:
25-
python-version: "3.9"
25+
python-version: "3.11"
2626
cache: "poetry"
2727
- name: Install deps
2828
run: poetry install
@@ -35,7 +35,7 @@ jobs:
3535
contents: write
3636
strategy:
3737
matrix:
38-
py_version: ["3.8", "3.9", "3.10", "3.11"]
38+
py_version: ["3.9", "3.10", "3.11", "3.12"]
3939
os: [ubuntu-latest, windows-latest]
4040
runs-on: "${{ matrix.os }}"
4141
steps:

0 commit comments

Comments
 (0)