Skip to content

Commit

Permalink
Merge pull request #2 from lnccbrown/bump-python-version
Browse files Browse the repository at this point in the history
Bump python version
  • Loading branch information
digicosmos86 authored Oct 4, 2023
2 parents 40a07a5 + 768e92d commit 40bd68f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BUILD: cp39-* cp310-* cp311-*
CIBW_BUILD: cp310-* cp311-* cp312-*
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
CIBW_ARCHS_LINUX: auto64
CIBW_ARCHS_WINDOWS: auto64
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "hddm_wfpt"
version = "0.1.1"
version = "0.1.2"
authors = [
{ name = "Alexander Fengler", email = "[email protected]" },
{ name = "Paul Xu", email = "[email protected]" },
{ name = "Michael Frank", email = "[email protected]" },
]
description = "HDDM is a python module that implements Hierarchical Bayesian estimation of Drift Diffusion Models."
readme = "Readme.rst"
requires-python = ">=3.9,<3.12"
requires-python = ">=3.10,<3.13"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
Expand Down

0 comments on commit 40bd68f

Please sign in to comment.