From e512d9db9d8a05db4114b92d3a98a39481332465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Thu, 15 Oct 2020 19:14:45 +0200 Subject: [PATCH] Actions: add 3.9 --- .github/workflows/macos.yml | 6 ++++-- setup.py | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ece7dbca1..92f1429ce 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -16,9 +16,11 @@ jobs: - ver: '3.6' release: '3.6.8' # last Python.org binary release - ver: '3.7' - release: '3.7.7' + release: '3.7.9' # last Python.org binary release - ver: '3.8' - release: '3.8.2' + release: '3.8.6' + - ver: '3.9' + release: '3.9.0' env: HOMEBREW_CACHE: ${{ github.workspace }}/.cache/brew CCACHE_DIR: ${{ github.workspace }}/.cache/ccache diff --git a/setup.py b/setup.py index c8b13964e..cd5264128 100644 --- a/setup.py +++ b/setup.py @@ -80,6 +80,7 @@ def exclude(line): "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development :: Version Control"]