Skip to content

Commit

Permalink
Add python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsnlp committed Nov 21, 2023
1 parent 130e505 commit 56aa96d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
submodules: recursive

- name: Build wheels
uses: pypa/cibuildwheel@v2.13.0 # see pyproject.toml for config
uses: pypa/cibuildwheel@v2.16.2 # see pyproject.toml for config

- uses: actions/upload-artifact@v2
if: ${{ cancelled() || failure() || success() }}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.16.0.0
3.16.0.1
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Education
Expand Down
2 changes: 1 addition & 1 deletion src/hfst/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '3.16.0.0'
version = '3.16.0.1'

0 comments on commit 56aa96d

Please sign in to comment.