Skip to content

Commit

Permalink
drop unsupported pythons for now
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Apr 15, 2021
1 parent 360c799 commit 553158d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
package_data={"wormhole_transit_relay": ["db-schemas/*.sql"]},
install_requires=[
"twisted >= 21.2.0",
"autobahn",
"autobahn >= 21.3.1",
],
extras_require={
':sys_platform=="win32"': ["pypiwin32"],
Expand Down

0 comments on commit 553158d

Please sign in to comment.