Skip to content

Commit c452678

Browse files
chore: Test with Python 3.13, dropped support for Python 3.8 (#467)
1 parent 05fc4a1 commit c452678

File tree

5 files changed

+175
-162
lines changed

5 files changed

+175
-162
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ body:
2727
label: Python Version
2828
description: Version of Python you are using
2929
options:
30+
- "3.13"
3031
- "3.12"
3132
- "3.11"
3233
- "3.10"
3334
- "3.9"
34-
- "3.8"
3535
- "NA"
3636
validations:
3737
required: true

.github/workflows/ci_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
python-version:
30+
- "3.13"
3031
- "3.12"
3132
- "3.11"
3233
- "3.10"
3334
- "3.9"
34-
- "3.8"
3535
steps:
3636
- uses: actions/checkout@v4
3737
- name: Fix key permissions

0 commit comments

Comments
 (0)