We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2e18d commit 40d0e32Copy full SHA for 40d0e32
3 files changed
.github/workflows/test_and_coverage.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
branches: [ "*" ]
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
test_and_coverage:
15
.github/workflows/test_demo.yml
test_demo:
setup.cfg
@@ -34,7 +34,7 @@ install_requires =
34
pybids
35
rich
36
tqdm
37
-python_requires = >=3.8.0
+python_requires = >=3.8.0, <3.11
38
include_package_data = True
39
test_suite = pytest
40
tests_require = pytest
0 commit comments