Increase Python version to 3.10.

This commit is contained in:
Nathan Baker
2022-12-11 16:54:40 -08:00
parent 2395ebfa9e
commit ceb74d1005
5 changed files with 8 additions and 7 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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",