Skip to content

Commit 449802c

Browse files
committed
Add Linux wheels for 3.13, drop 3.6.
1 parent 97206b6 commit 449802c

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
36+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
3737
os: [ubuntu-20.04]
3838

3939
services:

dev/build_manylinux_wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ git config --global --add safe.directory /pymssql
5858
--static-freetds
5959

6060
# Install Python dependencies and compile wheels
61-
PYTHONS="cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312"
61+
PYTHONS="cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 cp313-cp313"
6262
for i in $PYTHONS; do
6363
PYBIN="/opt/python/$i/bin"
6464
if [ -d ${PYBIN} ] ; then

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ def mk_long_description(numrev=1):
324324
"Intended Audience :: Developers",
325325
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
326326
"Programming Language :: Python",
327-
"Programming Language :: Python :: 3.6",
328327
"Programming Language :: Python :: 3.7",
329328
"Programming Language :: Python :: 3.8",
330329
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)