Skip to content

Commit

Permalink
3.13-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 23, 2023
1 parent 91a4cb8 commit 6b9527f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.13-nogil"]
python-version: ["3.13-dev"]
name: main
steps:
- uses: actions/checkout@v4
- uses: deadsnakes/[email protected]
with:
python-version: ${{ matrix.python-version }}
- run: python --version --version && which python
- run: |
python --version --version && which python
python -c "import sysconfig; print(sysconfig.get_config_var('Py_GIL_DISABLED'))"

0 comments on commit 6b9527f

Please sign in to comment.