diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8920240..6a975b6 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [36, 37, 38, 39, 310] + python: [37, 38, 39, 310, 311] include: - os: ubuntu-latest arch: aarch64 @@ -101,4 +101,4 @@ jobs: - uses: pypa/gh-action-pypi-publish@v1.5.0 with: user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file + password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/doc/source/index.rst b/doc/source/index.rst index 4e30926..e074980 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -39,7 +39,7 @@ Requirements ``PyEDFlib`` requires: -- Python_ >=3.5 +- Python_ >=3.7 - Numpy_ >= 1.9.1 Download diff --git a/setup.py b/setup.py index 4bc9130..4498b5b 100644 --- a/setup.py +++ b/setup.py @@ -285,12 +285,11 @@ def install_for_development(self): "Programming Language :: C", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Software Development :: Libraries :: Python Modules" ], platforms=["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"],