Skip to content

Commit

Permalink
Merge pull request #44 from adrianeboyd/chore/v1.0.10
Browse files Browse the repository at this point in the history
Set version to v1.0.10, update for python 3.12
  • Loading branch information
adrianeboyd authored Sep 15, 2023
2 parents 435ade7 + e17bbf8 commit 1a32286
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-rc.2"]
include:
- os: windows-2019
python_version: "3.6"
Expand Down
2 changes: 1 addition & 1 deletion murmurhash/about.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "murmurhash"
__version__ = "1.0.9"
__version__ = "1.0.10"
__summary__ = "Cython bindings for MurmurHash"
__uri__ = "https://github.com/explosion/murmurhash"
__author__ = "Explosion"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def setup_package():
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
],
cmdclass={"build_ext": build_ext_subclass},
Expand Down

0 comments on commit 1a32286

Please sign in to comment.