Skip to content

Commit

Permalink
ENH: Add formal Python 3.11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
BvB93 committed Apr 4, 2023
1 parent 351e54c commit bccdc84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manylinux.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV HDF5_VERSION=${hdf5_version}
ENV LIBINT_VERSION=${libint_version}
ENV GMP_VERSION=${gmp_version}
ENV PATH_OLD="${PATH}"
ENV PATH="/workspace/venv/bin/:/opt/python/cp310-cp310/bin/:/opt/python/cp39-cp39/bin/:/opt/python/cp38-cp38/bin/:/opt/python/cp37-cp37/bin/:${PATH}"
ENV PATH="/workspace/venv/bin/:/opt/python/cp311-cp311/bin/:/opt/python/cp310-cp310/bin/:/opt/python/cp39-cp39/bin/:/opt/python/cp38-cp38/bin/:/opt/python/cp37-cp37/bin/:${PATH}"
ENV LD_LIBRARY_PATH="/usr/local/lib:${LD_LIBRARY_PATH}"

COPY . /workspace
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development :: Build Tools",
"Typing :: Typed",
Expand Down

0 comments on commit bccdc84

Please sign in to comment.