Skip to content

Commit

Permalink
feat: Enabled python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dilawar committed Jul 20, 2022
1 parent 0b66030 commit 1e02e13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
### 2.68 (7/3/22)

- Added listmolssurf command.
- Added python3.11 support.
- dev: Linux wheels now uses 2014 version.

### 2.67.3 (3/17/22)

Expand Down
3 changes: 2 additions & 1 deletion scripts/build_wheels_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ PYDIR37=/opt/python/cp37-cp37m/
PYDIR38=/opt/python/cp38-cp38/
PYDIR39=/opt/python/cp39-cp39/
PYDIR310=/opt/python/cp310-cp310/
PYDIR311=/opt/python/cp311-cp311/

for PYDIR in $PYDIR310 $PYDIR39 $PYDIR38 $PYDIR37; do
for PYDIR in $PYDIR311 $PYDIR310 $PYDIR39 $PYDIR38 $PYDIR37; do
PYTHON=$PYDIR/bin/python

# dependencies
Expand Down

0 comments on commit 1e02e13

Please sign in to comment.