Skip to content

Commit

Permalink
Merge pull request #10 from serpapi/python-3-12-ci
Browse files Browse the repository at this point in the history
Python 3.12.0 Released
  • Loading branch information
Kenneth Reitz authored Oct 6, 2023
2 parents 1e46bba + 55a8b06 commit 0ba3e9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
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"]

steps:
- name: Checkout repository
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def finalize_options(self):
def run(self):
os.system("{0} -m pytest".format(sys.executable))
sys.exit()

class UploadCommand(Command):
"""Support setup.py upload."""

Expand Down Expand Up @@ -140,6 +140,7 @@ def run(self):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Natural Language :: English",
"Topic :: Utilities",
"Topic :: Internet :: WWW/HTTP",
Expand Down

0 comments on commit 0ba3e9c

Please sign in to comment.