File tree 4 files changed +8
-7
lines changed
4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 9
9
python :
10
10
- 3.6
11
11
- 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
14
17
runs-on : ${{ matrix.platform }}
15
18
steps :
16
19
- uses : actions/checkout@v2
52
55
- name : Setup Python
53
56
uses : actions/setup-python@v2
54
57
with :
55
- python-version : 3.9
58
+ python-version : " 3.10 "
56
59
- name : Install tox
57
60
run : |
58
61
python -m pip install tox
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools>=56" , " wheel " , " setuptools_scm[toml]>=3.4.1" ]
2
+ requires = [" setuptools>=56" , " setuptools_scm[toml]>=3.4.1" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[tool .black ]
Original file line number Diff line number Diff line change 2
2
norecursedirs =dist build .tox .eggs
3
3
addopts =--doctest-modules
4
4
doctest_optionflags =ALLOW_UNICODE ELLIPSIS
5
- # workaround for warning pytest-dev/pytest#6178
6
- junit_family =xunit2
7
5
filterwarnings =
8
6
# Suppress deprecation warning in flake8
9
7
ignore:SelectableGroups dict interface is deprecated::flake8
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ exclude =
31
31
[options.extras_require]
32
32
testing =
33
33
# upstream
34
- pytest >= 4. 6
34
+ pytest >= 6
35
35
pytest-checkdocs >= 2.4
36
36
pytest-flake8
37
37
pytest-black >= 0.3.7; \
You can’t perform that action at this time.
0 commit comments