Skip to content

Commit

Permalink
v0.3.6 for Python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
niklases committed Sep 21, 2024
1 parent cf01ea4 commit 02c9dad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pypef/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# Journal of Chemical Information and Modeling, 2021, 61, 3463-3476
# https://doi.org/10.1021/acs.jcim.1c00099

__version__ = '0.3.5'
__version__ = '0.3.6'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,15 @@
package_data={'pypef': ['ml/AAindex/*', 'ml/AAindex/Refined_cluster_indices_r0.93_r0.97/*']},
include_package_data=True,
install_requires=[requirements],
python_requires='>= 3.9, < 3.12',
python_requires='>= 3.9, < 3.13',
keywords='Pythonic Protein Engineering Framework',
classifiers=[
'Development Status :: 3 - Alpha',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Scientific/Engineering :: Bio-Informatics',
'Topic :: Scientific/Engineering :: Artificial Intelligence'
],
Expand Down

0 comments on commit 02c9dad

Please sign in to comment.