Skip to content

Commit

Permalink
Support py3.13 and remove support for py3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Dec 6, 2024
1 parent bb5fa6f commit 68d6016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "cifkit"
dynamic=['version', 'dependencies']
requires-python = ">=3.10, <3.13"
requires-python = ">=3.11, <3.14"
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
Expand All @@ -16,9 +16,9 @@ classifiers = [
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Operating System :: Unix',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Topic :: Scientific/Engineering :: Physics',
'Topic :: Scientific/Engineering :: Chemistry',
]
Expand Down

0 comments on commit 68d6016

Please sign in to comment.