Skip to content

Commit d9a29a0

Browse files
committed
mention changelog in contributing docs and bump project reqs to 3.10. Concretely it still works with >=3.7 but because we only support the latest 3 versions it's more consistent this way.
1 parent 787dde9 commit d9a29a0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ TL;DR:
66
- Format all code with Black
77
- Provide type annotations with mypy
88
- Write and run tests with pytest
9+
- If you're adding a new feature, mention it in the [CHANGELOG.md](CHANGELOG.md) file under the _Unreleased_ section
910

1011
Please only send the PR once all of the above is done, thanks!

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "python-osc"
33
version="1.8.3"
44
description="Open Sound Control server and client implementations in pure Python"
55
readme="README.rst"
6-
requires-python=">=3.7"
6+
requires-python=">=3.10"
77
license = {file = "LICENSE.txt"}
88
authors = [
99
{name = "attwad", email = "tmusoft@gmail.com"},

0 commit comments

Comments
 (0)