andreped commited on
Commit
7ab87dc
1 Parent(s): f8926b9

Deprecate Python 3.10

Browse files
Files changed (2) hide show
  1. .github/workflows/build.yml +1 -1
  2. setup.py +0 -1
.github/workflows/build.yml CHANGED
@@ -39,7 +39,7 @@ jobs:
39
  strategy:
40
  matrix:
41
  os: [windows-2019, ubuntu-20.04, macos-10.15]
42
- python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
43
 
44
  steps:
45
  - uses: actions/checkout@v1
 
39
  strategy:
40
  matrix:
41
  os: [windows-2019, ubuntu-20.04, macos-10.15]
42
+ python-version: ["3.6", "3.7", "3.8", "3.9"]
43
 
44
  steps:
45
  - uses: actions/checkout@v1
setup.py CHANGED
@@ -25,7 +25,6 @@ setup(
25
  "Programming Language :: Python :: 3.7",
26
  "Programming Language :: Python :: 3.8",
27
  "Programming Language :: Python :: 3.9",
28
- "Programming Language :: Python :: 3.10",
29
  "License :: OSI Approved :: MIT License",
30
  "Operating System :: OS Independent",
31
  ],
 
25
  "Programming Language :: Python :: 3.7",
26
  "Programming Language :: Python :: 3.8",
27
  "Programming Language :: Python :: 3.9",
 
28
  "License :: OSI Approved :: MIT License",
29
  "Operating System :: OS Independent",
30
  ],