Skip to content

Commit

Permalink
Merge pull request #144 from simonsobs/dev
Browse files Browse the repository at this point in the history
Support Python 3.13
  • Loading branch information
TaiSakuma authored Oct 18, 2024
2 parents bc5a7c8 + d59c49a commit b35adfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"

- name: Install packages
run: |
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = [
"nextline>=0.7.13",
Expand Down

0 comments on commit b35adfc

Please sign in to comment.