Skip to content

Commit

Permalink
Merge pull request #21 from michalc/build/support-only-python-version…
Browse files Browse the repository at this point in the history
…s-tested

build: support only Python versions we now test
  • Loading branch information
michalc committed Sep 1, 2023
2 parents 873fcec + 0bd7f62 commit e7f027e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
]
description = "Fast-forward time in asyncio Python by patching loop.time, loop.call_later, loop.call_at, and asyncio.sleep"
readme = "README.md"
requires-python = ">=3.5.0"
requires-python = ">=3.6.7"
license = "MIT"
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit e7f027e

Please sign in to comment.