Dulmandakh
Dulmandakh
Python 3.7 added **fromisoformat** functionality, so we can remove aniso8601. There are test cases for it, and all are passing.. Removing **mock**, because the documentation states below, so we don't...
Add Python 3.12 to CI and documentation
These __future__ imports are unnecessary on Python 3
This PR adds GitHub Actions to CI and runs tests in it, see https://github.com/dulmandakh/pm2/actions/runs/1749452680. GH Actions is faster and completes all tests in 20 minutes, which will improve DX. Also...
This PR introduces very basic eslint setup, and GitHub Actions for it. https://github.com/dulmandakh/pm2/runs/4904550547 eslint fixes are not complete yet, but want to have input from others | Q | A...
This PR removes Promise polyfill so it'll use native Promise from node.js. | Q | A | ------------- | --- | Bug fix? | no | New feature? | no...
I would like to [modernize](https://packaging.python.org/en/latest/guides/modernize-setup-py-project/) packaging, also thought CI for building packages would be helpful for QA. Tests on Python 3.13 are fixed in https://github.com/graphql-python/graphene/pull/1562
This PR migrates legacy packaging to [Poetry](https://python-poetry.org/), making dependency management easy. Depends on: - https://github.com/graphql-python/graphene/pull/1564 - https://github.com/graphql-python/graphene/pull/1563
Today is a version 3.3.0 anniversary. It looks like graphene got around 15 commits since then, gaining support for Python 3.12 and dropped a few dependencies. IMHO, we need to...