Skip to content

Commit 3ebe938

Browse files
authored
Update version (#8675)
* update version * update pre-commit
1 parent cd5ca82 commit 3ebe938

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
exclude: 'model_zoo/gpt-3'
1+
exclude: 'legacy/model_zoo/gpt-3'
22
repos:
33
# For Python files
44
- repo: https://github.com/psf/black.git

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def show():
109109
f.write(content)
110110

111111

112-
__version__ = "2.8.0.post"
112+
__version__ = "3.0.0b0"
113113
if os.getenv(PADDLENLP_STABLE_VERSION):
114114
__version__ = __version__.replace(".post", "")
115115

@@ -179,13 +179,12 @@ def get_package_data_files(package, data, package_dir=None):
179179
install_requires=REQUIRED_PACKAGES,
180180
entry_points={"console_scripts": ["paddlenlp = paddlenlp.cli:main"]},
181181
extras_require=extras,
182-
python_requires=">=3.6",
182+
python_requires=">=3.8",
183183
classifiers=[
184184
"Programming Language :: Python :: 3",
185-
"Programming Language :: Python :: 3.6",
186-
"Programming Language :: Python :: 3.7",
187185
"Programming Language :: Python :: 3.8",
188186
"Programming Language :: Python :: 3.9",
187+
"Programming Language :: Python :: 3.10",
189188
"License :: OSI Approved :: Apache Software License",
190189
"Operating System :: OS Independent",
191190
],

0 commit comments

Comments
 (0)