Skip to content

Commit 2f5b1ec

Browse files
committed
Upgrade to Python to 3.9
1 parent 224c721 commit 2f5b1ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

construct.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ignore_duplicate_files: true
2828

2929
specs:
3030
- conda
31-
- python 3.8.*
31+
- python 3.9.*
3232
- pip
3333
# Security
3434
- certifi

create_diracosrc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
} > "$PREFIX/diracosrc"
2323

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

2727
# Print further install instructions
2828
echo ""

0 commit comments

Comments
 (0)