Skip to content

Commit 11ae656

Browse files
committed
remove 3.10 for now
1 parent 72e8a1a commit 11ae656

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
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
18-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
18+
python-version: ['3.6', '3.7', '3.8', '3.9']
1919

2020
steps:
2121
- uses: actions/checkout@v2

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def read(*names, **kwargs):
4848
'Programming Language :: Python :: 3.7',
4949
'Programming Language :: Python :: 3.8',
5050
'Programming Language :: Python :: 3.9',
51-
'Programming Language :: Python :: 3.10',
5251
'Programming Language :: Python :: Implementation :: CPython',
5352
],
5453
keywords=['architecture', 'engineering'],

0 commit comments

Comments
 (0)