Skip to content

Commit

Permalink
Add python 3.12 as supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
kannibalox committed May 31, 2024
1 parent 8d3bd7d commit 5d27f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
all if not enabled. This should improve the scripting capabilities.

### Added
- Explicity python 3.12 support
- `pyrotorque`: Add `preload_fields` to `TreeWatch` job, to allow
fetching expensive-but-cacheable fields right after a successfully
load.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Communications :: File Sharing",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
Expand Down

0 comments on commit 5d27f6e

Please sign in to comment.