Skip to content

Commit

Permalink
Add GH Actions scheduled tests, Python 3.12 and on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
ylep committed Jul 2, 2024
1 parent 8bb7c32 commit 52b6a5b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ on:
pull_request:
branches:
- master
push:
branches:
- master
schedule:
- cron: "34 22 * * SUN" # run weekly
- cron: "34 22 * * SUN" # run weekly
jobs:
build:
strategy:
fail-fast: false
matrix:
python-version: [ '3.11', '3.10', '3.9', '3.8', '3.7' ]
python-version: [ '3.12', '3.11', '3.10', '3.9', '3.8', '3.7' ]
runs-on: ['ubuntu-latest']
include:
- runs-on: 'ubuntu-20.04'
Expand Down

0 comments on commit 52b6a5b

Please sign in to comment.