mirror of
https://github.com/Electrostatics/apbs.git
synced 2026-06-04 12:44:23 +08:00
Increase Python version to 3.10.
This commit is contained in:
@@ -59,7 +59,7 @@ echo "Install dir: ${INSTALL_DIR}"
|
||||
: ${ENABLE_PYTHON:=OFF}
|
||||
: ${ENABLE_TESTS:=ON}
|
||||
: ${GET_NanoShaper:=ON}
|
||||
: ${PYTHON_VERSION:="3.9"}
|
||||
: ${PYTHON_VERSION:="3.10"}
|
||||
|
||||
echo "==================================== WHERE AM I ==================================== "
|
||||
pwd
|
||||
|
||||
6
.github/workflows/build-alt-config.yaml
vendored
6
.github/workflows/build-alt-config.yaml
vendored
@@ -30,7 +30,7 @@ env:
|
||||
ENABLE_PYTHON: OFF
|
||||
ENABLE_TESTS: ON
|
||||
GET_NanoShaper: ON
|
||||
PYTHON_VERSION: "3.9"
|
||||
PYTHON_VERSION: "3.10"
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
include:
|
||||
- dockerfile: Dockerfile.ubuntu
|
||||
apbs-static-build: OFF
|
||||
python-version: "3.9"
|
||||
python-version: "3.10"
|
||||
- dockerfile: Dockerfile.centos
|
||||
apbs-static-build: ON
|
||||
python-version: "3.6"
|
||||
@@ -98,7 +98,7 @@ jobs:
|
||||
platform: [ubuntu, macOS, windows]
|
||||
openmp: [OFF]
|
||||
static-build: [ON]
|
||||
python-version: ["3.9"]
|
||||
python-version: ["3.10"]
|
||||
include:
|
||||
- platform: ubuntu
|
||||
os: ubuntu-22.04
|
||||
|
||||
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
platform: [ubuntu, macOS, windows]
|
||||
openmp: [OFF]
|
||||
static-build: [ON]
|
||||
python-version: ["3.9"]
|
||||
python-version: ["3.10"]
|
||||
include:
|
||||
- platform: ubuntu
|
||||
os: ubuntu-22.04
|
||||
@@ -270,7 +270,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
cpack: [lin-zip, mac-zip, win-zip]
|
||||
python-version: ["3.9"]
|
||||
python-version: ["3.10"]
|
||||
include:
|
||||
- cpack: lin-zip
|
||||
os: ubuntu-22.04
|
||||
|
||||
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
if: "!contains(github.event.head_commit.message, 'noci')"
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.9]
|
||||
python-version: [3.10]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
1
setup.py
1
setup.py
@@ -43,6 +43,7 @@ setup(
|
||||
"Operating System :: POSIX",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Topic :: Scientific/Engineering :: Bio-Informatics",
|
||||
"Topic :: Scientific/Engineering :: Chemistry",
|
||||
"Topic :: Scientific/Engineering :: Physics",
|
||||
|
||||
Reference in New Issue
Block a user