Skip to content

Commit

Permalink
python check not needed as we use 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekys committed Mar 7, 2022
1 parent 2da15ca commit a6d44ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ cd `dirname $0`/..

set -e

python -c 'import sys; exit(1) if sys.version_info.major < 3 or sys.version_info.major == 3 and sys.version_info.minor < 9 else exit(0)' || {
echo "Bad python version, use at least 3.9"
exit 1
}

python3.9 -m venv .venv
source .venv/bin/activate

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "oarepo-model-builder"
version = "1.0.0.dev2"
version = "1.0.0.dev3"
description = "An utility library that generates OARepo required data model files from a JSON specification file"
authors = ["Miroslav Bauer <[email protected]>", "Miroslav Simek <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit a6d44ec

Please sign in to comment.