Skip to content

Commit

Permalink
Add python 3.12 support (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtessmer authored Feb 6, 2024
1 parent 4a34167 commit 0fb5688
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors=[{name = 'Maxx Tessmer', email='mhtessmer@gmail.com'},
{name = 'Stefan Stoll', email='stst@uw.edu'}]
keywords=['Spin-label', 'EPR', 'DEER', 'PELDOR', 'Side-chain']
dynamic = ["version"]
requires-python = ">= 3.8,<3.12"
requires-python = ">= 3.8,<3.13"
dependencies = ['numpy>=1.23.0',
'scipy>=1.6.3',
'matplotlib>=3.3.4',
Expand All @@ -24,7 +24,8 @@ classifiers=['License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11']
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12']

[project.urls]
homepage = 'https://github.com/StollLab/chiLife'
Expand Down
2 changes: 1 addition & 1 deletion src/chilife/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
from .protein_utils import *
from .scoring import *

__version__ = '1.0.0.dev2'
__version__ = '1.0.0.dev3'

0 comments on commit 0fb5688

Please sign in to comment.