Skip to content

Commit 3f010f9

Browse files
committed
Dropped Python3.7 support
1 parent 35d63e6 commit 3f010f9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest]
12-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
12+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1313

1414
steps:
1515
- uses: actions/checkout@v3
@@ -31,4 +31,4 @@ jobs:
3131
3232
- name: Run tests
3333
run: |
34-
tox
34+
tox

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
"Operating System :: OS Independent",
5757
"Programming Language :: Python",
5858
"Programming Language :: Python :: 3",
59-
"Programming Language :: Python :: 3.7",
6059
"Programming Language :: Python :: 3.8",
6160
"Programming Language :: Python :: 3.9",
6261
"Programming Language :: Python :: 3.10",
6362
"Programming Language :: Python :: 3.11",
63+
"Programming Language :: Python :: 3.12",
6464
"Programming Language :: Python :: Implementation",
6565
"Programming Language :: Python :: Implementation :: CPython",
6666
"Programming Language :: Python :: Implementation :: PyPy",
@@ -78,7 +78,7 @@
7878
"Source": "https://github.com/pyrogram/pyrogram",
7979
"Documentation": "https://docs.pyrogram.org",
8080
},
81-
python_requires="~=3.7",
81+
python_requires="~=3.8",
8282
package_data={
8383
"pyrogram": ["py.typed"],
8484
},

0 commit comments

Comments
 (0)