Skip to content

Commit

Permalink
remove python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kelle committed Nov 14, 2024
1 parent fa76764 commit 70f6028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: [ '3.11',"3.12","3.13" ]
python-version: [ "3.11","3.12" ]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers=[
'Topic :: Scientific/Engineering :: Astronomy',
'Topic :: Software Development :: Libraries :: Python Modules',
]
requires-python = ">=3.11"
requires-python = ">=3.11,<3.13"
dependencies = [
"astropy>=5.3.1",
"astroquery>=0.4.6",
Expand Down

0 comments on commit 70f6028

Please sign in to comment.