Skip to content

Commit b98fe61

Browse files
committed
🐛 do not allow pyton 3.13 for now
1 parent 1dd65fd commit b98fe61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cdci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
37+
python-version: ["3.9", "3.10", "3.11", "3.12"]
3838
steps:
3939
- uses: actions/checkout@v4
4040
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dynamic = ["version"]
66
description = "A Python package for plotting related to multimodal molecular data. Works with acore."
77
license = { text = "GNU General Public License v3" }
88
readme = "README.md"
9-
requires-python = ">=3.9"
9+
requires-python = ">=3.9,<3.13"
1010
classifiers = [
1111
"Development Status :: 2 - Pre-Alpha",
1212
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)