Skip to content

Commit

Permalink
Merge da2e2e4 into ebda0b8
Browse files Browse the repository at this point in the history
  • Loading branch information
esc committed Mar 11, 2021
2 parents ebda0b8 + da2e2e4 commit ebb45fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/testbloscpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:
strategy:
matrix:
python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.9'
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ will and will not be tolerated.
Dependencies
------------

* Python 2.7, 3.4, 3.5, 3.6 or 3.7
* Python 3.6 3.7 3.8 and 3.9
* `python-blosc <https://github.com/Blosc/python-blosc>`_ (provides Blosc) and
`Numpy <http://www.numpy.org/>`_ (as listed in ``requirements.txt``) for
running the code
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'Topic :: System :: Archiving :: Compression',
'Topic :: Utilities',
'Programming Language :: Python',
'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 ebb45fc

Please sign in to comment.