From 0deb4701e02a6661adba7e6be25354a039ef222e Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Mon, 16 Nov 2020 14:37:11 +0100 Subject: [PATCH] Add support for Python 3.9 (#21) --- .github/workflows/ci.yml | 2 +- setup.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 958713e..ac2def4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.6, 3.7, 3.8, 3.9] services: rabbitmq: diff --git a/setup.json b/setup.json index 92663f5..ed5d135 100644 --- a/setup.json +++ b/setup.json @@ -10,7 +10,8 @@ "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8" + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9" ], "description": "AiiDA plugin that simplifies working with pseudo potentials", "entry_points": {