Victor Uriarte

Results 3 issues of Victor Uriarte

AppVeyor lets you combine `configuration`, `platform` and `matrix` and builds each combination of the three variables on the [yml config](https://www.appveyor.com/docs/build-configuration/#build-matrix) We used this to greatly simplify [our AppVeyor config](https://github.com/pythonnet/pythonnet/commit/a356dcc7740b28dbe631b6fdb11bdc83384298f6#diff-180360612c6b8c4ed830919bbb4dd459). Our...

Removes compatibility to versions older than 3.6 and uses some of the new features. I didn't implement them throughout the code since it would require a few sections of the...

Morning, I found this project very useful and I wanted to contribute back to it. The biggest incompatibility change was setting the minimum Python version to `3.6` to allow usage...