Skip to content

Commit ee406d8

Browse files
committed
Drop old pypys and instruct to cancel those in progress if related fails
1 parent 88ace86 commit ee406d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55

66
concurrency:
77
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name }}
8-
cancel-in-progress: false # TEMP: change later to True
8+
cancel-in-progress: true
99

1010
jobs:
1111
build:
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
# Remember kids, the default shell on Windows is Powershell
1717
os: [linux-latest, macos-latest, windows-latest]
18-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13", "pypy-3.6", "pypy-3.7", "pypy-3.8", "pypy-3.10"]
18+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13", "pypy-3.8", "pypy-3.10"]
1919

2020
steps:
2121
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)