Skip to content

Commit

Permalink
Update dependencies and python version
Browse files Browse the repository at this point in the history
  • Loading branch information
geigerzaehler committed Dec 13, 2023
1 parent 257c842 commit ca47d93
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 288 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
matrix:
python-version:
- "3.8" # minimum required
- "3.11" # latest
- "3.12-dev" # next
- "3.12" # latest
- "3.13-dev" # next

runs-on: ubuntu-latest
continue-on-error: ${{ matrix.python-version == '3.12-dev' }}
continue-on-error: ${{ matrix.python-version == '3.13-dev' }}

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

0 comments on commit ca47d93

Please sign in to comment.