Skip to content

Commit

Permalink
feat: add support for python 3.13 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Aug 19, 2024
1 parent 546f9b8 commit 4f2152f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
os:
- ubuntu-20.04
- windows-latest
Expand All @@ -56,6 +57,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- uses: snok/[email protected]
- name: Install Dependencies
run: poetry install
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,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 :: Python Software Foundation License"
]
packages = [
Expand Down

0 comments on commit 4f2152f

Please sign in to comment.