Skip to content

Commit

Permalink
remove testing for Python 3.6
Browse files Browse the repository at this point in the history
Numpy 1.20 is out and drops Python 3.6 support.
  • Loading branch information
mozman committed Feb 2, 2021
1 parent ec687c3 commit 9222539
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, pypy-3.6]
python-version: [3.7, 3.8, 3.9, pypy-3.7]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion docs/source/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ automatically by ``pip3``!
Ezdxf provides since v0.15 some C-extensions, which will be deployed
automatically at each release to PyPI as binary wheels for Windows,
ManyLinux 2010 and macOS. The supported Python versions start with the latest
stable version of pypy3, which is currently Python 3.6 (2021) and ends with
stable version of pypy3, which is currently Python 3.7 (2021) and ends with
the latest stable release of CPython.

The C-extensions are disabled for pypy3, because the JIT compiled code of pypy
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def read_until(lines):
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 9222539

Please sign in to comment.