Skip to content

Commit 2edfaf6

Browse files
committed
additional conflict fixes
2 parents 5b84a0a + 634cdab commit 2edfaf6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,11 @@ To run existing and new tests from the root directory:
835835
python -m pytest
836836
```
837837
## Beta :test_tube: Features
838+
839+
Future development will be part of the upcoming parent package Nyami:
840+
841+
[![Card](https://github-readme-stats.vercel.app/api/pin/?username=cyschneck&repo=nyami)](https://github.com/cyschneck/nyami)
842+
838843
These features are not included in pip install because they are still experimental and being tested/debugged. For more information and getting them up and running, contact cyschneck@gmail.com or ugschneck@gmail.com or post a question as a [Github Issue](https://github.com/cyschneck/centerline-width/issues)
839844

840845
- Calculate the dominant meander wavelength amd its variance

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ authors = [
3131
{ name = "Una Schneck", email = "ugschneck@gmail.com" },
3232
]
3333

34-
requires-python = ">=3.9"
34+
requires-python = ">=3.10"
3535

3636
classifiers = [
3737
"Development Status :: 4 - Beta",
@@ -41,7 +41,6 @@ classifiers = [
4141
"License :: OSI Approved :: MIT License",
4242
"Programming Language :: Python",
4343
"Programming Language :: Python :: 3 :: Only",
44-
"Programming Language :: Python :: 3.9",
4544
"Programming Language :: Python :: 3.10",
4645
"Programming Language :: Python :: 3.11",
4746
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)