Skip to content

Commit c22aa34

Browse files
committed
remove python 3.8 from testing matrix due to NIR incompatibility
1 parent 8e5962f commit c22aa34

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ['3.8', '3.9', '3.10', '3.11']
18+
python-version: ['3.9', '3.10', '3.11']
1919

2020
steps:
2121
- uses: actions/checkout@v2

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Before you submit a pull request, check that it meets these guidelines:
102102
2. If the pull request adds functionality, the docs should be updated. Put
103103
your new functionality into a function with a docstring, and add the
104104
feature to the list in README.rst.
105-
3. The pull request should work for Python 3.8, 3.9, 3.10, 3.11 and for PyPy. Check
105+
3. The pull request should work for Python 3.9, 3.10, 3.11 and for PyPy. Check
106106
https://github.com/jeshraghian/snntorch/actions
107107
and make sure that the tests pass for all supported Python versions.
108108

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ python =
66
3.11: py311
77
3.10: py310
88
3.9: py39
9-
3.8: py38
109

1110
[testenv:flake8]
1211
basepython = python

0 commit comments

Comments
 (0)