Skip to content

Commit 20ffbcd

Browse files
authored
Merge pull request #420 from redhat-performance/development
Development->Master
2 parents 0b8afe2 + 2036f91 commit 20ffbcd

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
strategy:
1515
matrix:
16-
python: ["3.6", "3.7", "3.8", "3.9", "3.10"]
16+
python: ["3.7", "3.8", "3.9", "3.10"]
1717

1818
steps:
1919
- uses: actions/checkout@v2

rpm/python3-badfish.spec.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ BuildRequires: zlib-devel
3030

3131
%build
3232
%py3_build
33+
%{__python3} -m pip install --user -r tests/test-requirements.txt
3334

3435
%install
3536
%py3_install

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ classifiers =
1515
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
1616
Operating System :: OS Independent
1717
Programming Language :: Python :: 3
18-
Programming Language :: Python :: 3.6
1918
Programming Language :: Python :: 3.7
2019
Programming Language :: Python :: 3.8
2120
Programming Language :: Python :: 3.9
@@ -28,7 +27,7 @@ project_urls =
2827

2928
[options]
3029
packages = find:
31-
python_requires = >=3.6
30+
python_requires = >=3.7
3231
install_requires =
3332
pyyaml>=3.10
3433
aiohttp>=3.7.4

tests/test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ codecov==2.1.13
99
asynctest==0.13.0
1010
pyyaml>=3.10
1111
aiohttp>=3.7.4
12+
tox>=4.8.0

0 commit comments

Comments
 (0)