Skip to content

Commit

Permalink
[NSETM-1749] Update to python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaFicarelli committed Jan 28, 2022
1 parent 37abaef commit fdba069
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
'sonata': SONATA_REQUIRES,
},
packages=find_packages(),
python_requires='>=3.6',
python_requires='>=3.7',
)
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ envlist =
check-version
check-packaging
lint
py{37,38}
py{37,38,39}

minversion = 3.18.0

# ignore basepython for envs that already specify a version
ignore_basepython_conflict = true

[testenv]
basepython=python3.8
basepython=python3.9
setenv =
PIP_INDEX_URL = https://bbpteam.epfl.ch/repository/devpi/simple
extras = all
Expand Down
2 changes: 1 addition & 1 deletion voxcell/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Voxcell version."""
VERSION = '3.1.0'
VERSION = '3.1.1.dev0'
__version__ = VERSION

0 comments on commit fdba069

Please sign in to comment.