Skip to content

Commit

Permalink
change test, python version
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke-takase committed Aug 5, 2024
1 parent 7ea5b70 commit f0d204f
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 112 deletions.
72 changes: 0 additions & 72 deletions .github/workflows/gh-pages.yml

This file was deleted.

12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python: [3.10, 3.13]
#exclude:
# - os: macos-latest
# python: 3.10
# - os: ubuntu-latest
# python: 3.11
python: [3.9, 3.11]
exclude:
- os: macos-latest
python: 3.9
- os: ubuntu-latest
python: 3.11

steps:
- name: Checkout
Expand Down
106 changes: 73 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [


[tool.poetry.dependencies]
python = ">=3.10,<3.13"
python = ">=3.9,<3.13"
numpy = "^1.23"
healpy = "^1.15.0"
matplotlib = "^3.1"
Expand Down

0 comments on commit f0d204f

Please sign in to comment.