Skip to content

Commit

Permalink
Merge pull request #34 from scikit-hep/mm_python39
Browse files Browse the repository at this point in the history
Add python 3.9 support, drop 3.6
  • Loading branch information
marinang authored Jun 3, 2021
2 parents 3cb8908 + 6041799 commit c7a2722
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- ubuntu-latest
- macos-latest
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
name: Check Python ${{ matrix.python-version }} ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ classifiers =
Operating System :: POSIX
Operating System :: Unix
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: C++
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Information Analysis
Expand All @@ -32,7 +32,7 @@ classifiers =
Topic :: Utilities

[options]
python_requires = >=3.6
python_requires = >=3.7
packages = find:
package_dir =
= src
Expand Down

0 comments on commit c7a2722

Please sign in to comment.