Skip to content

Commit

Permalink
Merge pull request #152 from EwoutH/patch-3
Browse files Browse the repository at this point in the history
CI: Test on Python 3.10 and 3.11, run once a month
  • Loading branch information
GiulioRossetti committed Feb 23, 2023
2 parents 87fcbba + 0e3e7ac commit 0f47b0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_ubuntu.yml
Expand Up @@ -8,6 +8,9 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
schedule:
- cron: "0 6 1 * *" # The 1st day of each month at 06:00 UTC

jobs:
build:
Expand All @@ -16,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ["3.8", "3.9", "3.10", "3.11"]

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

0 comments on commit 0f47b0f

Please sign in to comment.