Skip to content

Commit

Permalink
0.3.3 set python upper constraint to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
richrobe committed Jan 13, 2025
1 parent bc80e34 commit 753a5f3
Show file tree
Hide file tree
Showing 19 changed files with 648 additions and 456 deletions.
Empty file modified .github/ISSUE_TEMPLATE/bug_report.md
100644 → 100755
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/feature_request.md
100644 → 100755
Empty file.
Empty file modified .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
100644 → 100755
Empty file.
Empty file modified .github/workflows/publish.yml
100644 → 100755
Empty file.
Empty file modified .github/workflows/test-and-lint.yml
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified _tasks.py
100644 → 100755
Empty file.
Empty file modified codecov.yml
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion hpc_helper/__init__.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
write_hpc_status_file,
)

__version__ = "0.3.2"
__version__ = "0.3.3"

__all__ = [
"build_job_submit_torque",
Expand Down
Empty file modified hpc_helper/_hpc_helper.py
100644 → 100755
Empty file.
Empty file modified hpc_helper/_types.py
100644 → 100755
Empty file.
1,098 changes: 645 additions & 453 deletions poetry.lock

Large diffs are not rendered by default.

Empty file modified poetry.toml
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions pyproject.toml
100644 → 100755
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"
Expand All @@ -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"] }
Expand Down
Empty file modified ruff.toml
100644 → 100755
Empty file.
Empty file modified tests/__init__.py
100644 → 100755
Empty file.
Empty file modified tests/test_hpc_helper.py
100644 → 100755
Empty file.

0 comments on commit 753a5f3

Please sign in to comment.