Add Python 3.12 to CI

This commit is contained in:
Thomas Holder
2023-10-21 09:32:06 +02:00
parent 1c8885d400
commit a03d903acc
2 changed files with 2 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2

View File

@@ -50,6 +50,7 @@ See http://propka.org/ for the PROPKA web server.
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Scientific/Engineering :: Bio-Informatics',
'Topic :: Scientific/Engineering :: Chemistry',
],