Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit f039777

Browse files
authored
Merge pull request #38 from static-frame/37/py-313
Python 3.13
2 parents 2920937 + 20aa051 commit f039777

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- {minor: 10, req_build: 'requirements-build-3_11.txt', req_test: 'requirements-dev-3_11.txt'}
5353
- {minor: 11, req_build: 'requirements-build-3_11.txt', req_test: 'requirements-dev-3_11.txt'}
5454
- {minor: 12, req_build: 'requirements-build-3_12.txt', req_test: 'requirements-dev-3_12.txt'}
55+
- {minor: 13, req_build: 'requirements-build-3_13.txt', req_test: 'requirements-dev-3_13.txt'}
5556

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

65-
- uses: pypa/cibuildwheel@v2.18.0
66+
- uses: pypa/cibuildwheel@v2.21.3
6667
if: matrix.os != 'macos-13-xlarge'
6768
with:
6869
output-dir: dist
@@ -76,7 +77,7 @@ jobs:
7677

7778
- run: pip install pipx
7879
if: matrix.os == 'macos-13-xlarge'
79-
- uses: pypa/cibuildwheel@v2.18.0
80+
- uses: pypa/cibuildwheel@v2.21.3
8081
if: matrix.os == 'macos-13-xlarge'
8182
with:
8283
output-dir: dist

requirements-build-3_13.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
numpy==2.1.3
2+
setuptools==70.*

requirements-dev-3_13.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
black==24.4.2
2+
hypothesis==6.70.0
3+
invoke==2.2.0
4+
pytest==8.3.3
5+
tzdata==2022.1
6+
numpy==2.1.3
7+

0 commit comments

Comments
 (0)