Skip to content

Commit

Permalink
update pyproject.toml for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Alison Wu authored and Alison Wu committed Oct 25, 2024
1 parent 5eedb0d commit f17b979
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions news/python313.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* Support for Python 3.13

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* Support for Python 3.10

**Fixed:**

* <news item>

**Security:**

* <news item>
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ maintainers = [
description = "Shared utilities for diffpy packages"
keywords = ['"text data parsers" "wx grid" "diffraction objects"']
readme = "README.rst"
requires-python = ">=3.10"
requires-python = ">=3.11, <3.14"
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
Expand All @@ -25,9 +25,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 f17b979

Please sign in to comment.