Skip to content

Commit

Permalink
Merge pull request #481 from SpiNNakerManchester/remove_3.6
Browse files Browse the repository at this point in the history
Remove 3.6
  • Loading branch information
rowleya committed Nov 24, 2022
2 parents 9ca9c32 + 170d2f4 commit 31edda1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on: [push]

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

jsonschema < 4.4; python_version == '3.6'
jsonschema; python_version >= '3.7'
jsonschema
sortedcollections
SpiNNUtilities == 1!6.0.1
SpiNNMachine == 1!6.0.1
importlib-resources < 5.10.0; python_version == '3.6'
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@
install_requires=[
'SpiNNUtilities == 1!6.0.1',
'SpiNNMachine == 1!6.0.1',
"importlib-resources < 5.10.0; python_version == '3.6'",
"jsonschema < 4.4; python_version == '3.6'",
"jsonschema; python_version >= '3.7'",
"jsonschema",
"sortedcollections"],
maintainer="SpiNNakerTeam",
maintainer_email="spinnakerusers@googlegroups.com"
Expand Down

0 comments on commit 31edda1

Please sign in to comment.