File tree 2 files changed +1
-10
lines changed
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,6 @@ addopts =
12
12
--doctest-glob =' *.rst'
13
13
--ignore =docs/conf.py
14
14
--ignore =setup.py
15
- --ignore =" examples/paper_recreations/Blunt et al. (2013)"
16
- --ignore =" examples/paper_recreations/Wu et al. (2010)"
17
- --ignore =" examples/tutorials/intro_to_openpnm_advanced.ipynb"
18
- --ignore =" examples/paper_recreations/Tranter et al. (2017)/Tranter et al. (2017) - Part B.ipynb"
19
- --ignore =" examples/paper_recreations/Gostick et al. (2007)/Gostick et al. (2007).ipynb"
20
- --ignore =" openpnm/algorithms/NernstPlanckMultiphysicsSolver.py"
21
- --ignore =" openpnm/algorithms/NernstPlanck.py"
22
- --ignore =" openpnm/algorithms/TransientNernstPlanckMultiphysicsSolver.py"
23
- --ignore =" openpnm/algorithms/TransientNernstPlanck.py"
24
15
--ignore =" scripts/"
25
16
--ignore =" tests/unit/contrib"
26
17
--ignore =" tests/unit/metrics"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ max-line-length = 90
25
25
max-violations-per-file = 0
26
26
27
27
[options]
28
- python_requires = >= 3.7
28
+ python_requires = >= 3.8
29
29
30
30
[metadata]
31
31
license_file = LICENSE
You can’t perform that action at this time.
0 commit comments