Skip to content

Commit

Permalink
officially support python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Jun 23, 2024
1 parent 8f5ab65 commit a294a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ What's new
============ ============== ==============

By `Justus Magin <https://github.com/keewis>`_.
- add support for python 3.11 (:pull:`228`)
- add support for python 3.11 and 3.12 (:pull:`228`)
By `Justus Magin <https://github.com/keewis>`_.
- ignore datetime units on attributes (:pull:`241`)
By `Justus Magin <https://github.com/keewis>`_.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
]
requires-python = ">=3.9"
Expand Down

0 comments on commit a294a9a

Please sign in to comment.