-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.3.3 set python upper constraint to 3.13
- Loading branch information
Showing
19 changed files
with
648 additions
and
456 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "hpc_helper" | ||
version = "0.3.2" | ||
version = "0.3.3" | ||
description = "Python package with helper functions for working with FAU's High Performance Cluster (HPC)." | ||
authors = ["Robert Richer <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -9,7 +9,7 @@ repository = "https://github.com/mad-lab-fau/hpc-helper" | |
license = "MIT" | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.8,<3.11" | ||
python = ">=3.8,<3.13" | ||
|
||
[tool.poetry.dev-dependencies] | ||
black = { version="^22", extras=["d"] } | ||
|
Empty file.
Empty file.