File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 99 python :
1010 - 3.6
1111 - 3.9
12- - 3.10.0-alpha - 3.10.99
13- platform : [ubuntu-latest, macos-latest, windows-latest]
12+ - " 3.10"
13+ platform :
14+ - ubuntu-latest
15+ - macos-latest
16+ - windows-latest
1417 runs-on : ${{ matrix.platform }}
1518 steps :
1619 - uses : actions/checkout@v2
5255 - name : Setup Python
5356 uses : actions/setup-python@v2
5457 with :
55- python-version : 3.9
58+ python-version : " 3.10 "
5659 - name : Install tox
5760 run : |
5861 python -m pip install tox
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=56" , " wheel " , " setuptools_scm[toml]>=3.4.1" ]
2+ requires = [" setuptools>=56" , " setuptools_scm[toml]>=3.4.1" ]
33build-backend = " setuptools.build_meta"
44
55[tool .black ]
Original file line number Diff line number Diff line change 22norecursedirs =dist build .tox .eggs
33addopts =--doctest-modules
44doctest_optionflags =ALLOW_UNICODE ELLIPSIS
5- # workaround for warning pytest-dev/pytest#6178
6- junit_family =xunit2
75filterwarnings =
86 # Suppress deprecation warning in flake8
97 ignore:SelectableGroups dict interface is deprecated::flake8
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ exclude =
3131[options.extras_require]
3232testing =
3333 # upstream
34- pytest >= 4. 6
34+ pytest >= 6
3535 pytest-checkdocs >= 2.4
3636 pytest-flake8
3737 pytest-black >= 0.3.7; \
You can’t perform that action at this time.
0 commit comments