Skip to content

Commit

Permalink
fix: add support for Python 3.13; drop support for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertWeichselbraun committed Jan 7, 2025
1 parent 9dacbcd commit 863201a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
jobs:
build:

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 863201a

Please sign in to comment.