Skip to content

Commit

Permalink
Merge pull request #36 from veryfi/remove-python3.6
Browse files Browse the repository at this point in the history
Remove Python 3.6 from tests
  • Loading branch information
manycoding committed Jan 10, 2023
2 parents 9401292 + d02d0b5 commit d3a1b6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6]
python-version: [3.7]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ url = https://github.com/veryfi/veryfi-python
license = MIT
classifiers =
Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[tox]
envlist = py36, py37, py38, py39, report
envlist = py37, py38, py39, report
skipsdist = true
skip_install = true
basepython = py36
basepython = py37

[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38, report
3.9: py39
Expand Down

0 comments on commit d3a1b6d

Please sign in to comment.