Skip to content

Commit 7b85770

Browse files
authored
Merge pull request #126 from oremanj/py312-2
Further tweaks for Python version bump
2 parents c083583 + 3a4d2e3 commit 7b85770

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
python: ['pypy-3.9', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9-nightly']
54+
python: ['pypy-3.9', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9-nightly']
5555
check_formatting: ['0']
5656
extra_name: ['']
5757
include:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
# This means, just install *everything* you see under trio/, even if it
7272
# doesn't look like a source file, so long as it appears in MANIFEST.in:
7373
include_package_data=True,
74-
python_requires=">=3.7",
74+
python_requires=">=3.8",
7575
keywords=["async", "io", "trio", "asyncio", "trio-asyncio"],
7676
setup_requires=['pytest-runner'],
7777
tests_require=['pytest >= 5.4', 'pytest-trio >= 0.6', 'outcome'],

0 commit comments

Comments
 (0)