Skip to content

Commit

Permalink
Drop Python 3.8, add support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Apr 12, 2024
1 parent 6fe57a5 commit 8ec2b72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, macos-latest]
include:
# only run benchmarks for the following configuration...
Expand Down
4 changes: 2 additions & 2 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 @@ -13,7 +13,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
astropy = "*"
astropy_healpix = "*"
mocpy = ">=0.12.2"
Expand Down

0 comments on commit 8ec2b72

Please sign in to comment.