Skip to content

Commit

Permalink
Merge pull request #35 from chrisburr/upgrade-py39
Browse files Browse the repository at this point in the history
Upgrade to Python to 3.9
  • Loading branch information
chrisburr authored May 19, 2021
2 parents 224c721 + 2f5b1ec commit 0fe7991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ignore_duplicate_files: true

specs:
- conda
- python 3.8.*
- python 3.9.*
- pip
# Security
- certifi
Expand Down
2 changes: 1 addition & 1 deletion create_diracosrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
} > "$PREFIX/diracosrc"

# Workaround for the incorrect etc directory in v7r2
ln -s "$PREFIX/etc" "$PREFIX/lib/python3.8/site-packages/etc"
ln -s "$PREFIX/etc" "$PREFIX/lib/python3.9/site-packages/etc"

# Print further install instructions
echo ""
Expand Down

0 comments on commit 0fe7991

Please sign in to comment.