Skip to content

Commit

Permalink
Merge f0c8d19 into 29970c5
Browse files Browse the repository at this point in the history
  • Loading branch information
Deuchnord committed Nov 11, 2023
2 parents 29970c5 + f0c8d19 commit d5145c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -22,6 +22,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'

name: Python ${{ matrix.python_version }} (${{ matrix.os }})
steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -23,7 +23,7 @@ python = "^3.8"
skyfield = "^1.21"
numpy = [
{ version = "<1.25", python = "3.8.*" },
{ version = "^1.25", python = "^3.9" },
{ version = "^1.25", python = ">=3.9,<3.13" },
]
skyfield-data = ">=3,<6"
python-dateutil = "^2.8"
Expand Down

0 comments on commit d5145c4

Please sign in to comment.