Skip to content

Commit

Permalink
Upgrade "Github Actions" dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Nov 1, 2024
1 parent 3091e12 commit cfb4e8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: [ '3.11', '3.12' ]
python_version: [ '3.11', '3.12', '3.13' ]
platform: [
{
os: 'macos-latest',
Expand Down Expand Up @@ -134,14 +134,14 @@ jobs:
--ignore "/*" -o coverage_rust.xml
if: ${{ !startsWith(matrix.python_version, 'pypy') }}
- name: 'Upload PyPy coverage'
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
files: ./coverage_python.xml
if: ${{ startsWith(matrix.python_version, 'pypy') }}
continue-on-error: true
- name: 'Upload СPython coverage'
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
files: ./coverage_python.xml,./coverage_rust.xml
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_tag: [ 'cp39', 'cp310', 'cp311', 'cp312' ]
python_tag: [ 'cp39', 'cp310', 'cp311', 'cp312', 'cp313' ]
platform: [
{
architecture: 'arm64',
Expand Down Expand Up @@ -325,7 +325,7 @@ jobs:
needs: [ 'build-sdist', 'build-wheels' ]
strategy:
matrix:
python_version: [ '3.9', '3.10', '3.11', '3.12' ]
python_version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
platform: [
{
os: 'macos-latest',
Expand Down

0 comments on commit cfb4e8d

Please sign in to comment.