Skip to content

Commit 02c9dad

Browse files
committed
v0.3.6 for Python 3.12 support
1 parent cf01ea4 commit 02c9dad

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pypef/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# Journal of Chemical Information and Modeling, 2021, 61, 3463-3476
1313
# https://doi.org/10.1021/acs.jcim.1c00099
1414

15-
__version__ = '0.3.5'
15+
__version__ = '0.3.6'

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,15 @@
3737
package_data={'pypef': ['ml/AAindex/*', 'ml/AAindex/Refined_cluster_indices_r0.93_r0.97/*']},
3838
include_package_data=True,
3939
install_requires=[requirements],
40-
python_requires='>= 3.9, < 3.12',
40+
python_requires='>= 3.9, < 3.13',
4141
keywords='Pythonic Protein Engineering Framework',
4242
classifiers=[
4343
'Development Status :: 3 - Alpha',
4444
'Programming Language :: Python :: 3',
4545
'Programming Language :: Python :: 3.9',
4646
'Programming Language :: Python :: 3.10',
4747
'Programming Language :: Python :: 3.11',
48+
'Programming Language :: Python :: 3.12',
4849
'Topic :: Scientific/Engineering :: Bio-Informatics',
4950
'Topic :: Scientific/Engineering :: Artificial Intelligence'
5051
],

0 commit comments

Comments
 (0)