Co-authored-by: Tom Christie <tom@tomchristie.com>
strategy:
matrix:
- python-version: ["3.6", "3.7", "3.8"]
+ python-version: ["3.6", "3.7", "3.8", "3.9.0-rc.2 - 3.9"]
steps:
- uses: "actions/checkout@v2"
- - uses: "actions/setup-python@v1"
+ - uses: "actions/setup-python@v2"
with:
python-version: "${{ matrix.python-version }}"
- name: "Install dependencies"
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3 :: Only",
],
)