Skip to content

Commit

Permalink
update python to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
StanczakDominik committed May 6, 2020
1 parent 714fc1d commit bf9804f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// the base URL to show a commit for the project.
"show_commit_url": "http://github.com/PlasmaPy/PlasmaPy/commit/",

"pythons": ["3.7"],
"pythons": ["3.8"],

// The matrix of dependencies to test. Each key is the name of a
// package (in PyPI) and the values are version numbers. An empty
Expand Down

0 comments on commit bf9804f

Please sign in to comment.