Skip to content

Commit 48700d0

Browse files
committed
chore: prepare for publishing
1 parent acd0821 commit 48700d0

4 files changed

Lines changed: 2 additions & 76 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.10", "3.11"]
15+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1616

1717
steps:
1818
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dev = [
5555
"isort>=5.12.0",
5656
"twine>=4.0.0",
5757
"build>=1.0.0",
58+
"pytest-asyncio>=0.21.0",
5859
"pre-commit>=3.6.0",
5960
]
6061

requirements.txt

Lines changed: 0 additions & 26 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)