Skip to content

Commit ebd0e7a

Browse files
committed
drop 3.11
1 parent 54705e5 commit ebd0e7a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-20.04
88
strategy:
99
matrix:
10-
python-version: ["2.7", "3.5", "3.7", "3.8", "3.9", "3.10", "3.11"]
10+
python-version: ["2.7", "3.5", "3.7", "3.8", "3.9", "3.10"]
1111

1212
steps:
1313
# Checkout the repo.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
'Programming Language :: Python :: 3.8',
7373
'Programming Language :: Python :: 3.9',
7474
'Programming Language :: Python :: 3.10',
75-
'Programming Language :: Python :: 3.11',
7675

7776
'Operating System :: OS Independent',
7877
'Operating System :: POSIX',

0 commit comments

Comments
 (0)