Skip to content

Commit

Permalink
Reverting to Python 3.12 -- basemap doesn't install cleanly under 3.1…
Browse files Browse the repository at this point in the history
…3. The quick_tests workflow (without basemap) does seem to work OK, though.
  • Loading branch information
jameswilburlewis committed Nov 12, 2024
1 parent e8569d6 commit 80ac257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [ubuntu-latest]
#os: [ubuntu-latest]
#os: [windows-latest]
python-version: [3.13]
python-version: [3.12]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 80ac257

Please sign in to comment.