Skip to content

Release v1.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 05:51
f7d729b
  • Dropped the required Textual version back down to 3.7.1 (last 3.x.x release) to maintain compatibility with Textual 3.x.x.
  • Made some changes to the demo to make the library compatible with Textual 3.x.x
  • Added /tests directory with unit tests for the ColorOMatic, a [pytest] section in pyproject.toml, and added just test command to the justfile.
  • Added Nox testing and noxfile.py to run tests in different Python versions and across different versions of Textual.
  • Added pytest, pytest-asyncio, and pytest-textual-snapshot to dev dependencies.
  • Deleted ci-requirements.txt as it is no longer needed with the new Nox setup.
  • Changed ci-checks.yml to run Nox instead of individual commands for MyPy, Ruff, Pytest, etc.