Skip to content

Commit 0114de6

Browse files
authored
Merge pull request #48 from meejah/47.fix-ci
Fix CI
2 parents 8bc7717 + 8baba1d commit 0114de6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
14+
python-version: ["3.10", "3.11", "3.12"]
1515

1616
steps:
1717
- uses: actions/checkout@v2

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ User-visible changes in "magic-wormhole-transit-relay":
22

33
## unreleased
44

5+
* Drop Pythons from 3.9 and earlier (3.9 is EOL in a few months)
56
* (put release notes here when adding PRs)
67

78

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = {py37,py38,py39,py310,py311,py312,pypy}
7+
envlist = {py310,py311,py312,pypy}
88
skip_missing_interpreters = True
99
minversion = 2.4.0
1010

0 commit comments

Comments
 (0)