Skip to content

Commit

Permalink
Add support for Python 3.9 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber authored Nov 16, 2020
1 parent 52d3728 commit 0deb470
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 0deb470

Please sign in to comment.