Skip to content

Commit

Permalink
Enable automated build for Python 3.11; bump micro version.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwenger committed Nov 3, 2023
1 parent a2d23c0 commit 8d38a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
PY_VERSIONS_STR: >-
["3.7", "3.8", "3.9", "3.10"]
["3.7", "3.8", "3.9", "3.10", "3.11"]
VERSIONS_LINUX_STR: >-
["manylinux2014", "manylinux_2_24"]
VERSIONS_MACOS_STR: >-
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_c_sources(include_headers=False):
maintainer_email="[email protected]",
name='quickjs',
url='https://github.com/PetterS/quickjs',
version='1.19.2',
version='1.19.3',
description='Wrapping the quickjs C library.',
long_description=long_description,
packages=["quickjs"],
Expand Down

0 comments on commit 8d38a4e

Please sign in to comment.