Skip to content

Commit

Permalink
Merge pull request #38 from static-frame/37/py-313
Browse files Browse the repository at this point in the history
Python 3.13
  • Loading branch information
flexatone authored Nov 21, 2024
2 parents 2920937 + 20aa051 commit f039777
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- {minor: 10, req_build: 'requirements-build-3_11.txt', req_test: 'requirements-dev-3_11.txt'}
- {minor: 11, req_build: 'requirements-build-3_11.txt', req_test: 'requirements-dev-3_11.txt'}
- {minor: 12, req_build: 'requirements-build-3_12.txt', req_test: 'requirements-dev-3_12.txt'}
- {minor: 13, req_build: 'requirements-build-3_13.txt', req_test: 'requirements-dev-3_13.txt'}

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -62,7 +63,7 @@ jobs:
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
if: startsWith(matrix.os, 'windows-')

- uses: pypa/cibuildwheel@v2.18.0
- uses: pypa/cibuildwheel@v2.21.3
if: matrix.os != 'macos-13-xlarge'
with:
output-dir: dist
Expand All @@ -76,7 +77,7 @@ jobs:

- run: pip install pipx
if: matrix.os == 'macos-13-xlarge'
- uses: pypa/cibuildwheel@v2.18.0
- uses: pypa/cibuildwheel@v2.21.3
if: matrix.os == 'macos-13-xlarge'
with:
output-dir: dist
Expand Down
2 changes: 2 additions & 0 deletions requirements-build-3_13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
numpy==2.1.3
setuptools==70.*
7 changes: 7 additions & 0 deletions requirements-dev-3_13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
black==24.4.2
hypothesis==6.70.0
invoke==2.2.0
pytest==8.3.3
tzdata==2022.1
numpy==2.1.3

0 comments on commit f039777

Please sign in to comment.