diff --git a/.github/workflows/build_workflow.yml b/.github/workflows/build_workflow.yml index 96d6e526..5f4dbdc9 100644 --- a/.github/workflows/build_workflow.yml +++ b/.github/workflows/build_workflow.yml @@ -25,7 +25,7 @@ jobs: shell: bash -l {0} strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - id: skip_check uses: fkirc/skip-duplicate-actions@master diff --git a/README.md b/README.md index 7c27585e..306f416a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ will be added shortly. To use geometric features, you can install it in a conda environment: ```bash -conda create -n geometric_features -c conda-forge python=3.12 geometric_features +conda create -n geometric_features -c conda-forge python=3.13 geometric_features conda activate geometric_features ``` diff --git a/ci/python3.13.yaml b/ci/python3.13.yaml new file mode 100644 index 00000000..edf0f22a --- /dev/null +++ b/ci/python3.13.yaml @@ -0,0 +1,8 @@ +channel_sources: +- conda-forge,defaults +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.13.* *_cp313 diff --git a/setup.py b/setup.py index 0f29383f..ed8d1613 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', 'Topic :: Scientific/Engineering', ], packages=find_packages(include=['geometric_features',