Skip to content

Commit

Permalink
drop testing against python 3.9 because it isn't supported by astropy 6
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Mar 23, 2024
1 parent 593b597 commit 199b2d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ workflows:
version: 2
build_and_test:
jobs:
- pyuvdata:
name: pyuvdata_3.9
python_version: "3.9"
env_name: "pyuvdata_tests"
- pyuvdata:
name: pyuvdata_3.10
python_version: "3.10"
Expand All @@ -147,7 +143,7 @@ workflows:
env_name: "pyuvdata_min_deps_tests"
- pyuvdata:
name: pyuvdata_min_versions
python_version: "3.9"
python_version: "3.10"
env_name: "pyuvdata_min_versions_tests"
- doctest:
python_version: "3.11"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macosx_windows_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest]
python-version: [3.9, "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@main
with:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ def is_platform_windows():
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down

0 comments on commit 199b2d0

Please sign in to comment.