Skip to content

Commit

Permalink
Merge pull request #81 from bobleesj/patch-4
Browse files Browse the repository at this point in the history
Add requires-python = ">=3.11, <3.14"
  • Loading branch information
sbillinge authored Oct 24, 2024
2 parents 03a6e1e + 767707c commit 4f050d4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
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>
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ maintainers = [
description = "A package for using Billinge group Matplotlib style files."
keywords = []
readme = "README.rst"
requires-python = ">=3.10"
requires-python = ">=3.11, <3.14"
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
Expand Down

0 comments on commit 4f050d4

Please sign in to comment.