Skip to content

Commit

Permalink
chore: Test with Python 3.13, dropped support for Python 3.8 (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Oct 28, 2024
1 parent 05fc4a1 commit c452678
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 162 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ body:
label: Python Version
description: Version of Python you are using
options:
- "3.13"
- "3.12"
- "3.11"
- "3.10"
- "3.9"
- "3.8"
- "NA"
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.13"
- "3.12"
- "3.11"
- "3.10"
- "3.9"
- "3.8"
steps:
- uses: actions/checkout@v4
- name: Fix key permissions
Expand Down
Loading

0 comments on commit c452678

Please sign in to comment.