summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2021-02-08 15:51:34 +0100
committerPierre Ossman <ossman@cendio.se>2021-02-08 15:51:34 +0100
commit24c3f75edefe49473389c5e11f4af335d49b6e75 (patch)
tree2165cdad0ac4d6584082d22459f43b8494d06a32
parent8b724074e09309ce3b9b62503001684c0cda3bfc (diff)
downloadwebsockify-24c3f75edefe49473389c5e11f4af335d49b6e75.tar.gz
Remove setuptools version restriction
We're fine with current versions now.
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index cda3e04..5ece4ea 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- python -m pip install 'setuptools>=18.5,<=39.0.0'
+ python -m pip install setuptools
python -m pip install -r test-requirements.txt
- name: Install old numpy
run: |