Skip to content

Commit

Permalink
Merge pull request #102 from VROOM-Project/py3.12
Browse files Browse the repository at this point in the history
try python version 3.12
  • Loading branch information
jonathf authored Feb 15, 2024
2 parents d313bbe + 05fcd5b commit 7b17786
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
conan config set "storage.path=$env:GITHUB_WORKSPACE/conan_data"
conan install --build=openssl --install-folder conan_build .
- uses: pypa/cibuildwheel@v2.15.0
- uses: pypa/cibuildwheel@v2.16.5
env:
MACOSX_DEPLOYMENT_TARGET: 10.14

Expand Down Expand Up @@ -98,5 +98,5 @@ jobs:

- uses: pypa/[email protected]
with:
user: jonathf
user: __token__
password: ${{ secrets.pypi_password }}
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Usage with a routing engine
>>> sol = problem_instance.solve(exploration_level=5, nb_threads=4)
>>> print(sol.summary.duration)
2344
2698
Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exclude = '''
[tool.cibuildwheel]
test-command = 'python -c "import vroom"'
build = "cp*"
skip = "*musllinux* cp312*"
skip = "*musllinux*"
archs = "native"
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_28_x86_64"

Expand Down

0 comments on commit 7b17786

Please sign in to comment.