Skip to content

Commit 0ba3e9c

Browse files
author
Kenneth Reitz
authored
Merge pull request #10 from serpapi/python-3-12-ci
Python 3.12.0 Released
2 parents 1e46bba + 55a8b06 commit 0ba3e9c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
18+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1919

2020
steps:
2121
- name: Checkout repository

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def finalize_options(self):
6666
def run(self):
6767
os.system("{0} -m pytest".format(sys.executable))
6868
sys.exit()
69-
69+
7070
class UploadCommand(Command):
7171
"""Support setup.py upload."""
7272

@@ -140,6 +140,7 @@ def run(self):
140140
"Programming Language :: Python :: 3.9",
141141
"Programming Language :: Python :: 3.10",
142142
"Programming Language :: Python :: 3.11",
143+
"Programming Language :: Python :: 3.12",
143144
"Natural Language :: English",
144145
"Topic :: Utilities",
145146
"Topic :: Internet :: WWW/HTTP",

0 commit comments

Comments
 (0)