10000 updated imports in the solarposition.py file and applied ruff linter+formatter to the whole directory tree by PhilBrk8 · Pull Request #2338 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

updated imports in the solarposition.py file and applied ruff linter+formatter to the whole directory tree #2338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update pytest-remote-data.yml
added python version 3.13 and changed versions 3.10 to 3.12 from strings to float, like 3.9
  • Loading branch information
PhilBrk8 authored Dec 22, 2024
commit 75e3ee52bf83d11e0564d4d9cf451012fa669587
2 changes: 1 addition & 1 deletion .github/workflows/pytest-remote-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false # don't cancel other matrix jobs when one fails
matrix:
python-version: [3.9, "3.10", "3.11", "3.12"]
python-version: [3.9, 3.10, 3.11, 3.12, 3.13]
suffix: [''] # the alternative to "-min"
include:
- python-version: 3.9
Expand Down
0