Skip to content

Commit

Permalink
Merge pull request #212 from jGaboardi/update_precommit
Browse files Browse the repository at this point in the history
update pre-commit & bump supported python versions
  • Loading branch information
jGaboardi authored Jan 24, 2022
2 parents 4a82dfa + c3713bc commit 863f40b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/ambv/black
rev: 21.6b0
rev: 21.12b0
hooks:
- id: black
language_version: python3.9
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Installation
============

spopt supports Python 3.7, 3.8, and 3.9. Please make sure that you are
operating in a Python 3 environment.
spopt supports Python 3.7, 3.8, 3.9, and 3.10. Please make sure that you are
operating in a Python >= 3.7 environment.

Installing released version
---------------------------
Expand Down

0 comments on commit 863f40b

Please sign in to comment.