Skip to content

Commit

Permalink
Update tests to python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Jan 16, 2025
1 parent 66fdb2c commit c1fe967
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [ 3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13-dev" ]
python-version: [ 3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13" ]
cffi: [ yes, no ]
os: [ ubuntu-20.04 ]
include:
- python-version: "3.12"
- python-version: "3.13"
cffi: yes
os: macos-12
- python-version: "3.12"
- python-version: "3.13"
cffi: no
os: windows-latest
- python-version: "3.12"
- python-version: "3.13"
cffi: yes
os: windows-latest
- python-version: pypy2.7
Expand Down Expand Up @@ -165,10 +165,10 @@ jobs:
- win32
steps:
- uses: actions/checkout@v3
- name: Set up Python "3.12"
- name: Set up Python "3.13"
uses: actions/setup-python@v4
with:
python-version: "3.12"
python-version: "3.13"
- name: Install MSVC
uses: ilammy/msvc-dev-cmd@v1
with:
Expand All @@ -190,7 +190,7 @@ jobs:
- name: No-GIL Python
uses: deadsnakes/action@v3.1.0
with:
python-version: "3.13-dev"
python-version: "3.13"
nogil: true

- name: Install dependencies (testing only)
Expand Down

0 comments on commit c1fe967

Please sign in to comment.