Skip to content

Commit 3007215

Browse files
committed
Update setup.cfg and release builds to show python 3.9 support
1 parent 1e5a17b commit 3007215

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,22 @@ jobs:
4242
strategy:
4343
matrix:
4444
include:
45+
- { os: ubuntu-latest, python: 3.9, arch: x64 }
4546
- { os: ubuntu-latest, python: 3.8, arch: x64 }
4647
- { os: ubuntu-latest, python: 3.7, arch: x64 }
4748
- { os: ubuntu-latest, python: 3.6, arch: x64 }
4849

50+
- { os: macos-latest, python: 3.9, arch: x64 }
4951
- { os: macos-latest, python: 3.8, arch: x64 }
5052
- { os: macos-latest, python: 3.7, arch: x64 }
5153
- { os: macos-latest, python: 3.6, arch: x64 }
5254

55+
- { os: windows-latest, python: 3.9, arch: x64 }
5356
- { os: windows-latest, python: 3.8, arch: x64 }
5457
- { os: windows-latest, python: 3.7, arch: x64 }
5558
- { os: windows-latest, python: 3.6, arch: x64 }
5659

60+
- { os: windows-latest, python: 3.9, arch: x86 }
5761
- { os: windows-latest, python: 3.8, arch: x86 }
5862
- { os: windows-latest, python: 3.7, arch: x86 }
5963
- { os: windows-latest, python: 3.6, arch: x86 }

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers =
1818
Programming Language :: Python :: 3.6
1919
Programming Language :: Python :: 3.7
2020
Programming Language :: Python :: 3.8
21+
Programming Language :: Python :: 3.9
2122

2223
[options]
2324
zip_safe = False

0 commit comments

Comments
 (0)