Skip to content

Commit

Permalink
Merge pull request #204 from DimitriPapadopoulos/3.11
Browse files Browse the repository at this point in the history
3.7 <= Python <= 3.11
  • Loading branch information
skjerns authored Jun 2, 2023
2 parents e944ae2 + 8b7d323 commit eaf9a08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -101,4 +101,4 @@ jobs:
- uses: pypa/gh-action-pypi-publish@v1.5.0
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Requirements

``PyEDFlib`` requires:

- Python_ >=3.5
- Python_ >=3.7
- Numpy_ >= 1.9.1

Download
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit eaf9a08

Please sign in to comment.