Skip to content

Commit

Permalink
chore: remove 3.7 from weekly build
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Oct 8, 2023
1 parent 9c7d863 commit f2d3f33
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
max-parallel: 10
matrix:
os: [ubuntu-latest, macos-latest]
version: ["3.8", "3.9", "3.10", "3.11"]
version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: set up python ${{ matrix.version }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/pre_release.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Weekly Build (3.12-dev)
name: Weekly Build (dev)

on:
schedule:
# weekly at 0300 PST/1000 UTC on Sunday
- cron: '0 10 * * 0'
workflow_dispatch:
# commented out till 3.13
# workflow_dispatch:

jobs:
build_posix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
max-parallel: 10
matrix:
os: [ubuntu-latest, macos-latest]
version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: set up python ${{ matrix.version }}
Expand Down

0 comments on commit f2d3f33

Please sign in to comment.