Skip to content

Commit 1d91b62

Browse files
authored
Adding tests for python 12, weekly (#8)
* add 3.12-dev CI tests * add weekly build
1 parent 25fe693 commit 1d91b62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ on:
55
branches: [ main ]
66
pull_request:
77
branches: [ main ]
8+
schedule:
9+
- cron: '30 09 * * 1' # 9:30 every Monday
810

911
jobs:
1012
build:
1113

1214
runs-on: ubuntu-latest
1315
strategy:
1416
matrix:
15-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']
17+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12-dev']
1618

1719
steps:
1820
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)