Skip to content

Commit

Permalink
Merge pull request #506 from camunda-community-hub/python3.13
Browse files Browse the repository at this point in the history
test: enable test for python 3.13
  • Loading branch information
dimastbk authored Oct 9, 2024
2 parents eaa793a + 47a6300 commit cbe7617
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 121 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

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

0 comments on commit cbe7617

Please sign in to comment.