Skip to content

Commit

Permalink
change embolded text to warning label
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Jan 18, 2025
1 parent b5c08ae commit 0149da9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ This project exists to maintain this module for future versions.

## Using this project

### **This module only functions at Python versions of 3.13 or greater** due to being removed in this version
> [!WARNING]
**This module only functions at Python versions of 3.13 or greater** due to being removed in this version.

As such, you can conditionally add this project to your dependencies:

#### pip-requirements
Expand All @@ -24,7 +26,6 @@ Relevant documentation is [here](https://python-poetry.org/docs/dependency-speci
#### pdm-pyproject
```toml
[project]
...
dependencies = [
"audioop-lts; python_version >= '3.13'",
]
Expand Down

0 comments on commit 0149da9

Please sign in to comment.