Skip to content

Commit

Permalink
Merge pull request #238 from jenshnielsen/python310
Browse files Browse the repository at this point in the history
Test with python 3.10 and mark as supported
  • Loading branch information
jenshnielsen committed Nov 30, 2021
2 parents e31f5c3 + 761d8dc commit 72e250c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, "3.10"]
env:
DISPLAY: ':99.0'

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering
license = MIT
url = https://github.com/toolsforexperiments/plottr
Expand Down

0 comments on commit 72e250c

Please sign in to comment.