Skip to content

Commit 781df2a

Browse files
authored
support for python 3.12 (build, test, docs) (#129)
1 parent 102ae1c commit 781df2a

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/build-wheels-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [ubuntu-22.04, macos-latest, windows-2022]
24-
python-version: ["3.8", "3.9", "3.10", "3.11"]
24+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2525

2626
steps:
2727
- name: checkout

.github/workflows/primer3-py-ci-github-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.10"]
10+
python-version: ["3.12"]
1111
defaults:
1212
run:
1313
shell: bash -l {0}

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Requirements
99

10-
**Primer3-py** is built and tested on MacOS, Linux and Windows 64-bit systems; we do not provide official Windows support. Python versions 3.8 - 3.11 builds are supported.
10+
**Primer3-py** is built and tested on MacOS, Linux and Windows 64-bit systems; we do not provide official Windows support. Python versions 3.8 - 3.12 builds are supported.
1111

1212
Wheels are released for CPython versions following the [EOL model](https://devguide.python.org/versions/).
1313

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ def cythonize(x, **kwargs):
367367
'Programming Language :: Python :: 3.9',
368368
'Programming Language :: Python :: 3.10',
369369
'Programming Language :: Python :: 3.11',
370+
'Programming Language :: Python :: 3.12',
370371
'Development Status :: 4 - Beta',
371372
'Intended Audience :: Science/Research',
372373
'Topic :: Scientific/Engineering :: Bio-Informatics',

0 commit comments

Comments
 (0)