Skip to content

Commit

Permalink
Merge pull request #13 from simonsobs/dev
Browse files Browse the repository at this point in the history
Support Python 3.13
  • Loading branch information
TaiSakuma authored Oct 10, 2024
2 parents 0c6eae6 + 1cc8239 commit 24115cd
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 @@ -19,7 +19,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 @@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = [
"hypothesis>=6.88",
Expand Down

0 comments on commit 24115cd

Please sign in to comment.