Skip to content

Commit

Permalink
Adjust classifiers in setup.cfg for Python 3.7–3.10; bump pandas to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Feb 8, 2022
1 parent ed6e393 commit b7731e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: R
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Information Analysis
Expand All @@ -35,7 +35,7 @@ install_requires =
click
ixmp >= 3.4.0
numpy
pandas
pandas >= 1.2
PyYAML
setuptools >= 41
setup_requires =
Expand Down

0 comments on commit b7731e2

Please sign in to comment.