Skip to content

Commit

Permalink
pkg_res for 312? take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Nov 25, 2024
1 parent 1ae3814 commit 724a245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
pydantic-version: ["2"]
runs-on: [ubuntu-latest, windows-latest]
name: "🐍 ${{ matrix.python-version }} • ${{ matrix.pydantic-version }} • ${{ matrix.runs-on }}"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
[tool.poetry.dependencies]
numpy = ">=1.26.1"
packaging = ">=24.1"
python = "^3.8.0"
python = "^3.9.0"
pint = ">=0.24"
pydantic = ">=2.0"
nglview = { version = "^3.0.3", optional = true }
Expand Down

0 comments on commit 724a245

Please sign in to comment.