Skip to content

Commit

Permalink
Merge pull request #126 from oremanj/py312-2
Browse files Browse the repository at this point in the history
Further tweaks for Python version bump
  • Loading branch information
oremanj authored Nov 7, 2023
2 parents c083583 + 3a4d2e3 commit 7b85770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['pypy-3.9', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9-nightly']
python: ['pypy-3.9', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9-nightly']
check_formatting: ['0']
extra_name: ['']
include:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
# This means, just install *everything* you see under trio/, even if it
# doesn't look like a source file, so long as it appears in MANIFEST.in:
include_package_data=True,
python_requires=">=3.7",
python_requires=">=3.8",
keywords=["async", "io", "trio", "asyncio", "trio-asyncio"],
setup_requires=['pytest-runner'],
tests_require=['pytest >= 5.4', 'pytest-trio >= 0.6', 'outcome'],
Expand Down

0 comments on commit 7b85770

Please sign in to comment.