Skip to content

Commit

Permalink
chore: build and test for Python 3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Bryant Finney <[email protected]>
  • Loading branch information
bryant-finney committed Oct 23, 2024
1 parent 140a2be commit 9c14d5d
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-poetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
py: ["3.8", "3.9", "3.10", "3.11", "3.12"]
py: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/push-poetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
test:
strategy:
matrix:
py: ["3.8", "3.9", "3.10", "3.11", "3.12"]
py: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -186,10 +186,10 @@ jobs:
- { os: linux, target: s390x, interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 }

# windows
- { os: windows, target: i686, interpreter: 3.8 3.9 3.10 3.11 3.12, python-architecture: x86 }
- { os: windows, target: x86, interpreter: 3.8 3.9 3.10 3.11 3.12, python-architecture: x86 }
- { os: windows, target: x86_64, interpreter: 3.8 3.9 3.10 3.11 3.12 }
- { os: windows, target: x64, interpreter: 3.8 3.9 3.10 3.11 3.12 }
- { os: windows, target: i686, interpreter: 3.8 3.9 3.10 3.11 3.12 3.13, python-architecture: x86 }
- { os: windows, target: x86, interpreter: 3.8 3.9 3.10 3.11 3.12 3.13, python-architecture: x86 }
- { os: windows, target: x86_64, interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 }
- { os: windows, target: x64, interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 }

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 9c14d5d

Please sign in to comment.