Skip to content

Commit

Permalink
Merge pull request #119 from lsst/tickets/DM-47900
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick authored Dec 3, 2024
2 parents 8980484 + 5fbda1f commit a4ba54a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12"]
python-version: ["3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions docs/changes/DM-47900.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add Python 3.13 to supported versions.
No code changes were required.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering :: Astronomy"
]
keywords = ["lsst"]
Expand Down

0 comments on commit a4ba54a

Please sign in to comment.