Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Bumping min to 3.7
  • Loading branch information
telegraphic authored Mar 30, 2024
1 parent 0387100 commit c236c16
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,18 @@
'Operating System :: Unix',
'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',
'Topic :: Utilities',
],
keywords=['pickle', 'hdf5', 'data storage', 'data export'],
install_requires=requirements,
tests_require=test_requirements,
python_requires='>=3.5',
python_requires='>=3.7',
packages=find_packages(),
zip_safe=False,
)

0 comments on commit c236c16

Please sign in to comment.