Skip to content

Commit ce5deb5

Browse files
committed
Merge branch 'main' into 27-update-feather-for-updated-image-schema-and-changes-to-other-related-packages
2 parents a4a2f03 + 51a0a12 commit ce5deb5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-testing-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest]
18-
python-version: ["3.9","3.10","3.11"]
18+
python-version: ["3.11","3.12","3.13"]
1919
steps:
2020
- uses: actions/checkout@v4
2121

.github/workflows/python-testing-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: ["macos-latest"]
22-
python-version: ["3.9", "3.10","3.11"]
22+
python-version: ["3.11", "3.12","3.13"]
2323
steps:
2424
- name: Setup Conda
2525
uses: conda-incubator/setup-miniconda@v3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
license = {file = "LICENSE.txt"}
99
readme = "README.md"
10-
requires-python = ">= 3.9, < 3.13"
10+
requires-python = ">= 3.11, < 3.14"
1111

1212
dependencies = [
1313
'astropy',

0 commit comments

Comments
 (0)