31 Commits

Author SHA1 Message Date
Willian Rocha
8af7d85a74 CI: Add Python 3.10 and 3.11, update actions, run on pushes and manually
A bit of CI maintenance:
- Add Python 3.10 and 3.11 runs, and update the PyPy run to PyPy 3.9
- Removed Python 3.7 as it is deprecated
- Update the used actions (checkout and setup-python) to the latest versions
- Also run on pushes, when manually triggered (workflow_dispatch)

The original PR was done by @EwoutH at #334
2023-10-12 14:08:39 -03:00
Ewout ter Hoeven
80503cd3fd
Require Python 3.7 or higher 2022-12-02 17:36:42 +01:00
alan-barzilay
30a944cdda Bump python version
Bump tests version and supported versions in setup.py

stdlib: update packages for python 3.9

By utilizing the packages listed in
https://github.com/jackmaney/python-stdlib-list
for python 3.8 and 3.9, we were able to drop all stdlib packages that
existed solely in python 2 and add the missing stdlib python 3 packages
2021-09-04 15:14:48 -03:00
Jon Banafato
62e234ca01 Use single quotes consistently in setup.py 2017-10-20 16:08:56 -04:00
Jon Banafato
3b8419ca92 Declare support for Python 3.6
All tests pass under Python 3.6, so declare official support for it.
Closes #68.
2017-10-20 14:35:06 -04:00
Jon Banafato
5008bda188 Drop support for end-of-lifed Python versions
The following versions of Python are no longer supported by the core
developers of Python and pip:

- Python 2.6
    - End of life on 2013-10-29 [1]
    - Dropped from pip on 2017-03-18 [2]
- Python 3.3
    - End of life on 2017-09-29 [3]
    - Dropped from pip on 2017-03-22 [4]

Developers should migrate off of these versions ASAP, as they may be
missing critical security fixes.

[1] https://www.python.org/dev/peps/pep-0361/#release-lifespan
[2] https://github.com/pypa/pip/pull/4343
[3] https://www.python.org/dev/peps/pep-0398/#lifespan
[4] https://github.com/pypa/pip/pull/4355
2017-10-20 13:30:48 -04:00
Jon Banafato
980c92e6fe Explicitly support Python 3.5
All tests pass on Python 3.5, so declare official support for it.
2016-11-03 10:56:41 -04:00
lord63
7ecc1248de Fix the wrong version info, close #19 2015-07-13 22:49:49 +08:00
Vadim Kravcenko
fe71b90075 Version 0.2.8
Add --force option
Clean up
2015-06-19 23:23:38 +02:00
Vadim Kravcenko
45558ad58d Version bump 0.2.7 2015-05-12 06:47:17 +02:00
Vadim Kravcenko
f3011d6487 Version bump 0.2.6 2015-05-11 22:03:28 +02:00
Vadim Kravcenko
8c77afd7fb Version bump 0.2.5 2015-05-11 19:19:31 +02:00
Vadim Kravcenko
3ed746a5d9 Version bump 0.2.4 2015-05-10 11:29:08 +02:00
Vadim Kravcenko
dc512ae423 fix(make): add pip install to makefile 2015-05-09 12:38:02 +02:00
Vadim Kravcenko
dc8d0adfa0 Version bump 0.2.3 2015-05-09 12:28:47 +02:00
Vadim Kravcenko
b4ada100e7 Bump Version 0.2.2 2015-05-08 17:33:03 +02:00
Vadim Kravcenko
557817161e fix(tests): Add missing test packages, add more tests 2015-05-08 17:29:05 +02:00
Vadim Kravcenko
a0c796bc6b feat(pipreqs): Add ImportName -> PackageName mapping, fix for #5 2015-05-08 16:56:53 +02:00
Vadim Kravcenko
084a82c7b7 Version bump 0.2.1 2015-05-08 10:59:54 +02:00
Vadim Kravcenko
c4d0fb8cf0 feat(cli): Add --use-local option
When --use-local option is passed, only package information in local
site-packages directory is considered, otherwise BOTH local and PyPI
information is loaded.
2015-05-06 15:18:03 +02:00
Vadim Kravcenko
7e06129afa Version bump to 0.1.9 2015-05-01 05:33:23 +02:00
Vadim Kravcenko
79424745c3 Bump version 2015-04-26 18:31:34 +02:00
Vadim Kravcenko
948be98912 Version bump 2015-04-24 08:52:04 +02:00
Vadim Kravcenko
93f111a5e7 history update 2015-04-22 22:51:25 +02:00
Vadim Kravcenko
9810c3ab53 Bump version again 2015-04-22 22:44:51 +02:00
Vadim Kravcenko
68e08af6c5 fix(package): include stdlib in package 2015-04-22 21:45:48 +02:00
Vadim Kravcenko
781f12c048 add requirements 2015-04-22 20:28:06 +02:00
Vadim Kravcenko
c58bb349df bump version 2015-04-22 20:14:32 +02:00
Vadim Kravcenko
136d47fd37 fix(setup.py): wrong license classifier 2015-04-22 20:12:26 +02:00
Vadim Kravcenko
ecaec5a8d0 docs(setup.py): Add Keywords, License 2015-04-22 20:05:09 +02:00
Vadim Kravcenko
6a3019427c Initial commit 2015-04-22 18:40:17 +02:00