Skip to content

Commit

Permalink
Test quilt3 on Python 3.13 (#4191)
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd authored Oct 28, 2024
1 parent dc68d84 commit 7972243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
runs-on: ${{ matrix.os }}
env:
QUILT_DISABLE_USAGE_METRICS: true
Expand Down
1 change: 1 addition & 0 deletions api/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def run(self):
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
],
author='quiltdata',
author_email='contact@quiltdata.io',
Expand Down

0 comments on commit 7972243

Please sign in to comment.