Skip to content

Commit 7363b35

Browse files
authored
chore: Bump version for release, remove poetry lock from repository (#8)
* Bump version for release * Remove poetry lock from repository * Add python3.13 for ci
1 parent 52d50fa commit 7363b35

File tree

4 files changed

+5
-648
lines changed

4 files changed

+5
-648
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
python-version: ["3.9", "3.10", "3.11", "3.12"]
22+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: Set up Python ${{ matrix.python-version }}

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99
__pycache__/
1010
.pytest_cache
1111
.coverage
12+
13+
# Poetry
14+
poetry.lock

0 commit comments

Comments
 (0)