We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97abf8c commit 5b9329bCopy full SHA for 5b9329b
DEVELOPMENT.md
@@ -3,10 +3,10 @@
3
The project uses GitHub Actions for CI/CD. The workflow:
4
5
1. Runs on push to main and pull requests
6
-2. Tests against Python 3.11
+2. Tests against Python 3.12
7
3. Runs linting and formatting checks
8
4. Uploads test coverage to Codecov
9
10
To trigger a manual build:
11
1. Push to main branch
12
-2. Create a pull request
+2. Create a pull request
pyproject.toml
@@ -24,6 +24,8 @@ rich = "^13.7.0"
24
soundfile = "^0.12.1"
25
python-dotenv = "^1.0.0"
26
27
+[tool.poetry.group.dev.dependencies]
28
+
29
[tool.poetry.group.test.dependencies]
30
pytest = "^8.0.0"
31
pytest-cov = "^4.1.0"
0 commit comments