Skip to content

Commit

Permalink
Merge pull request #81 from kylebgorman/v2.1.6.post1
Browse files Browse the repository at this point in the history
v2.1.6.post1
  • Loading branch information
kylebgorman authored Jul 18, 2024
2 parents 7cf70e8 + abbf506 commit de6802b
Show file tree
Hide file tree
Showing 30 changed files with 530 additions and 848 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
PKG-INFO
*.egg-info
setup.cfg
*.py[co]
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2015-2022 Google LLC. All Rights Reserved.
# Copyright 2015-2024 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
125 changes: 0 additions & 125 deletions PKG-INFO

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ a successful run will log some errors to STDERR (this is working as expected).
## Python version support

Pynini 2.0.0 and onward support Python 3. Pynini 2.1 versions (onward) drop
Python 2 support. The current release supports Python 3.6--3.12.
Python 2 support. The current release supports Python 3.8--3.13.

# License

Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2015-2020 Google LLC. All Rights Reserved.
# Copyright 2015-2024 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion bazel/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2015-2022 Google LLC. All Rights Reserved.
# Copyright 2015-2024 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions bazel/cython.BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2015-2020 Google LLC. All Rights Reserved.
# Copyright 2015-2024 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -42,4 +42,4 @@ py_binary(
srcs_version = "PY3",
visibility = ["//visibility:public"],
deps = ["cython_lib"],
)
)
2 changes: 1 addition & 1 deletion bazel/six.BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2015-2020 Google LLC. All Rights Reserved.
# Copyright 2015-2024 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions bazel/workspace.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2015-2020 Google LLC. All Rights Reserved.
# Copyright 2015-2024 Google LLC. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -103,7 +103,7 @@ def pynini_repositories(name = ""):
# OpenFst: See
# http://www.openfst.org/twiki/pub/FST/FstDownload/README
# -------------------------------------------------------------------------
openfst_version = "1.8.2"
openfst_version = "1.8.3"

http_archive(
name = "org_openfst",
Expand Down
Loading

0 comments on commit de6802b

Please sign in to comment.