Skip to content

Commit

Permalink
Revert "Also test 3.13 on CI"
Browse files Browse the repository at this point in the history
This reverts commit a5186f0.
  • Loading branch information
sjperkins committed Oct 29, 2024
1 parent a5186f0 commit 51ba02e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
description="Radio Astronomy Building Blocks",
extras_require=extras_require,
Expand Down

0 comments on commit 51ba02e

Please sign in to comment.