Skip to content

Commit 5b9329b

Browse files
committed
Refactor
1 parent 97abf8c commit 5b9329b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DEVELOPMENT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
The project uses GitHub Actions for CI/CD. The workflow:
44

55
1. Runs on push to main and pull requests
6-
2. Tests against Python 3.11
6+
2. Tests against Python 3.12
77
3. Runs linting and formatting checks
88
4. Uploads test coverage to Codecov
99

1010
To trigger a manual build:
1111
1. Push to main branch
12-
2. Create a pull request
12+
2. Create a pull request

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ rich = "^13.7.0"
2424
soundfile = "^0.12.1"
2525
python-dotenv = "^1.0.0"
2626

27+
[tool.poetry.group.dev.dependencies]
28+
2729
[tool.poetry.group.test.dependencies]
2830
pytest = "^8.0.0"
2931
pytest-cov = "^4.1.0"

0 commit comments

Comments
 (0)