Skip to content

Commit ddd2eea

Browse files
authored
ci: Remove obsolete Python version checks (#1659)
We no longer support Python < 3.9
1 parent d43edf7 commit ddd2eea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ jobs:
7171
7272
- name: Install
7373
run: |
74-
LIMNORIA_WARN_OLD_PYTHON=0 pip install .
74+
pip install .
7575
7676
- name: Test with unittest
7777
run: |
7878
supybot-test test -v --plugins-dir=./plugins/ --no-network
7979
8080
- name: Test with irctest
81-
if: "${{ matrix.with-opt-deps && matrix.python-version != '3.7' && matrix.python-version != 'pypy-3.7' && matrix.python-version != 'pypy-3.9' }}"
81+
if: "${{ matrix.with-opt-deps && matrix.python-version != 'pypy-3.9' }}"
8282
run: |
8383
git clone https://github.com/progval/irctest.git
8484
cd irctest

0 commit comments

Comments
 (0)