Skip to content

Commit

Permalink
Add Python 3.13 to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Oct 8, 2024
1 parent 6dac6dc commit 436391e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
steps:
- uses: actions/checkout@v1

Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
steps:
- uses: actions/checkout@v1

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
arch: ['x86', 'x64']

steps:
Expand Down Expand Up @@ -123,6 +123,10 @@ jobs:
version: '3.12',
PYO3_CROSS_LIB_DIR: '/opt/python/cp312-cp312/lib'
}
{
version: '3.13',
PYO3_CROSS_LIB_DIR: '/opt/python/cp313-cp313/lib'
}
]
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 436391e

Please sign in to comment.