14 Commits

Author SHA1 Message Date
rdb
d799a09002 cleanup: Remove support for EOL versions of Python
Fixes #905
2020-04-26 20:07:56 +02:00
rdb
2bf60b4361 Remove Python 3.4 from setup.cfg
Now that we dropped support for Windows XP, we can no longer guarantee support for all Windows versions that Python 3.4 supports.

Also see #548.
2020-01-13 16:36:02 +01:00
rdb
a40228202b Merge branch 'release/1.10.x' 2019-08-18 22:34:23 +02:00
rdb
ee96742973 Add Python 3.8 classifier to setup.cfg 2019-08-17 13:31:35 +02:00
rdb
0c557b08bf Merge branch 'release/1.10.x' 2019-07-26 08:33:04 +02:00
rdb
7d6ba557d3 Add project_urls to setup.cfg
[skip ci]
2019-07-22 19:46:40 +02:00
rdb
ff12deeba4 Raise version number to 1.10.4 on release/1.10.x branch
[skip ci]
2019-06-07 22:16:41 +02:00
rdb
a8ceac919a Raise version number to 1.10.3 on release/1.10.x branch 2019-03-12 18:08:19 +01:00
rdb
5e9c478b1a Raise version number to 1.10.2 on release/1.10.x branch
[skip ci]
2019-02-18 12:50:28 +01:00
rdb
ba993aea0d Merge branch 'release/1.10.x' 2019-01-10 23:32:29 +01:00
rdb
83e41262bd makewheel: use all supported Python versions as classifier
Otherwise, PyPI wil pick the ones for the first uploaded wheel, which means that Panda3D will not be indexed under all Python versions on PyPI.

Also add a few more classifiers.
2019-01-10 21:39:44 +01:00
rdb
441e1e3d66 Bump version number on master to 1.11.0 2019-01-07 18:40:02 +01:00
rdb
7132d09e7e Bump version to 1.10.1
[skip ci]
2019-01-06 09:34:55 +01:00
rdb
e0a3788636 Move metadata to setup.cfg; also use this for pytest configuration
This makes it possible to run pytest in the root directory.  It also lets us store metadata such as the current version number, preventing us from having this in several different places, and allowing us to phase out parsing dtool/PandaVersion.pp.
2017-11-03 20:04:37 +01:00