Skip to content

Commit

Permalink
Merge pull request #566 from sanders41/python-3.13
Browse files Browse the repository at this point in the history
Add support for Python 3.13
  • Loading branch information
sanders41 authored Oct 8, 2024
2 parents c7345b3 + 19a1259 commit 0c1bf18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion camel_converter/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "4.0.0"
VERSION = "4.0.1"
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers=[
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Typing :: Typed",
Expand Down

0 comments on commit 0c1bf18

Please sign in to comment.