diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60e7c18..3b2c213 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.8", "3.9"] + python-version: ["3.9"] os: [ubuntu-latest] include: - python-version: "3.8" diff --git a/.gitignore b/.gitignore index eb3c126..29b76ec 100644 --- a/.gitignore +++ b/.gitignore @@ -112,4 +112,5 @@ ENV/ .idea/ requests -responses \ No newline at end of file +responses +.DS_Store \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bdf4f4d..68ce2f1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ You can contribute in many ways: ### Report Bugs -Report bugs at https://github.com/cubenlp/chatapi_toolkit/issues. +Report bugs at https://github.com/cubenlp/chattool/issues. If you are reporting a bug, please include: @@ -32,7 +32,7 @@ articles, and such. ### Submit Feedback -The best way to send feedback is to file an issue at https://github.com/cubenlp/chatapi_toolkit/issues. +The best way to send feedback is to file an issue at https://github.com/cubenlp/chattool/issues. If you are proposing a feature: @@ -93,7 +93,7 @@ Before you submit a pull request, check that it meets these guidelines: 1. The pull request should include tests. 2. If the pull request adds functionality, the docs should be updated. Put your new functionality into a function with a docstring, and add the feature to the list in README.rst. -3. The pull request should work for Python 3.8 and 3.9, and for PyPy. Check https://github.com/cubenlp/chatapi_toolkit/actions and make sure that the tests pass for all supported Python versions. +3. The pull request should work for Python 3.8 and 3.9, and for PyPy. Check https://github.com/cubenlp/chattool/actions and make sure that the tests pass for all supported Python versions. ## Tips diff --git a/README.md b/README.md index 2e1b5a4..80e2206 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ # ChatAPI Toolkit [![PyPI version](https://img.shields.io/pypi/v/chattool.svg)](https://pypi.python.org/pypi/chattool) -[![Tests](https://github.com/cubenlp/chatapi_toolkit/actions/workflows/test.yml/badge.svg)](https://github.com/cubenlp/chatapi_toolkit/actions/workflows/test.yml/) +[![Tests](https://github.com/cubenlp/chattool/actions/workflows/test.yml/badge.svg)](https://github.com/cubenlp/chattool/actions/workflows/test.yml/) [![Documentation Status](https://img.shields.io/badge/docs-github_pages-blue.svg)](https://chattool.cubenlp.com) -[![Coverage](https://codecov.io/gh/cubenlp/chatapi_toolkit/branch/master/graph/badge.svg)](https://codecov.io/gh/cubenlp/chatapi_toolkit) +[![Coverage](https://codecov.io/gh/cubenlp/chattool/branch/master/graph/badge.svg)](https://codecov.io/gh/cubenlp/chattool)