Skip to content

Commit

Permalink
Add tests for PRs and for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningTimm committed Oct 29, 2024
1 parent c6741e9 commit 374b695
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/tests_and_lints.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
name: Lint and test

on: [push]
on:
- push
- pull_request


jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-versions: ["3.10", "3.11", "3.12"]
python-versions:
- "3.10"
- "3.11"
- "3.12"
- "3.13"

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

0 comments on commit 374b695

Please sign in to comment.