Skip to content

Commit

Permalink
try py312
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 authored Oct 6, 2024
1 parent 80e7a47 commit 5d241c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "particula"
description = "a simple, fast, and powerful particle simulator"
readme = "README.md"
requires-python = ">=3.9,<3.12"
requires-python = ">=3.9"
license = {file = "LICENSE"}
authors = [
{name = "aktwo", email="[email protected]"},
Expand All @@ -22,7 +22,7 @@ keywords = [
]

dependencies = [
"numpy", "scipy==1.12.0", "pint", "hypersolver==0.0.8", "pandas",
"numpy", "scipy", "pint", "hypersolver==0.0.8", "pandas",
"netCDF4", "shapely", "PyMieScatt", "tqdm", "pytz",
"matplotlib", "torch", "scikit-learn"
]
Expand Down

0 comments on commit 5d241c2

Please sign in to comment.