Asif Saif Uddin
6df5ce8775
try python 3.11 on CI ( #1425 )
...
* try python 3.10 on CI
* Update .github/workflows/ci.yaml
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
* Update .github/workflows/ci.yaml
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
* Update .github/workflows/ci.yaml
* Update .github/workflows/ci.yaml
---------
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
2023-06-08 15:53:56 +06:00
Stevie Gayet
5e30a6941f
chore(python): remove Python 3.7 support ( #1708 )
...
* chore(python): remove Python 3.7 support
* Update setup.py
---------
Co-authored-by: Stevie Gayet <stegayet@users.noreply.github.com>
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
2023-05-15 09:23:25 +06:00
Stevie Gayet
ae64a9f8ee
chore(ci): improve CI ( #1707 )
...
* chore(ci): use pypy3.9 to get rid of useless step
* chore(ci): pin setup-python to v4
---------
Co-authored-by: Stevie Gayet <stegayet@users.noreply.github.com>
2023-05-14 18:13:20 +06:00
Asif Saif Uddin
3a2648207d
Update ci.yaml
2023-05-14 13:03:22 +06:00
Tomer Nosrati
eea42fb1ac
Add Semgrep CI ( #1695 )
...
Co-authored-by: semgrep.dev on behalf of @Nusnus <support@r2c.dev>
2023-04-14 15:04:41 +03:00
Asif Saif Uddin
d66c5ced20
Update codeql part to v2 ( #1665 )
2023-03-13 11:22:16 +06:00
Asif Saif Uddin
208eccefd4
updated python versiions in CI ( #1663 )
...
* updated python versiions in CI
* updated python versiions in CI with
* updated tox
* updated ci
* Update .github/workflows/ci.yaml
* Update .github/workflows/ci.yaml
* Update .github/workflows/ci.yaml
2023-03-13 10:57:16 +06:00
Omer Katz
db8e5cc36e
Switch references to master to main
2022-12-29 17:39:21 +06:00
Asif Saif Uddin
e97223ffd5
stop cron job
2022-06-19 13:18:10 +06:00
Asif Saif Uddin
72ec0e5c48
stop schedule
2022-06-19 12:58:06 +06:00
Asif Saif Uddin
b236e3f47d
v3 action-checkout ( #1538 )
2022-04-22 12:16:21 +06:00
CountRedClaw
33e8e5a781
Kafka support ( #1506 )
...
* Add kafka support
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix checks
* Fix checks
* Update kombu/transport/confluentkafka.py
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
* Add customization ability
* Add docs
* Fix pypi integration tests
* Fix pydocstyle
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Cleanup
* Disable PyPy tests
* Fix tests
* Add docs
Co-authored-by: ilbo0518 <ilia.borsuk@netcracker.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
2022-04-21 23:40:41 +06:00
Jakub Pieńkowski
661d92222e
Support pymongo 4.x ( #1536 )
...
* Support pymongo 4.x
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix problems detected by CI
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-04-18 18:10:38 +06:00
Marcelo Trylesinski
ea11a0b787
Add `mypy` to the pipeline ( #1512 )
...
* Add `mypy` to the pipeline
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-04-09 12:05:57 +06:00
Paul Brown
1cb3f6e451
Revert "try pining setuptools ( #1466 )" ( #1481 )
...
* Revert "try pining setuptools (#1466 )"
This reverts commit 6ddf940940
.
* Revert "try restrict setuptool in CI"
This reverts commit c4a8c2a69f
.
* require setuptools>=47.0.0 in pkgutils.txt (version that dropped py2 support)
2022-01-13 14:28:40 +06:00
Asif Saif Uddin
c4a8c2a69f
try restrict setuptool in CI
2021-12-22 09:08:31 +06:00
Asif Saif Uddin
a2d7cfd8ae
tidelift action
2021-11-27 13:15:09 +06:00
Illia Volochii
51deb4bcc1
Fix PyPy CI jobs
2021-11-25 10:31:39 +06:00
Asif Saif Uddin
9cde1e86dd
update funding info's
2021-11-24 14:41:04 +06:00
Asif Saif Uddin
24a66bdf29
create codeql actions
2021-11-19 14:31:01 +06:00
Matus Valo
5fefeb8b95
Dont failfast when pypy3 tests fail ( #1408 )
2021-10-24 20:38:48 +02:00
Asif Saif Uddin
73a5a6817d
try to fix CI ( #1407 )
...
* try to fix CI
* try without py310
2021-10-23 13:03:11 +06:00
Asif Saif Uddin
e4fe3280ac
drop python 3.6 from CI ( #1382 )
...
* drop python 3.6 from CI
* Drop 3.6 from CI matrix.
Co-authored-by: Omer Katz <omer.drow@gmail.com>
2021-09-09 19:02:35 +03:00
Michał Bielawski
4f77faab77
Add support for Python 3.9
2021-07-31 10:27:29 +06:00
Asif Saif Uddin
fd4dfa475d
re order CI jobs to make lint the last
...
it was decided long ago and it let the unit and integrations tests run fast for faster feedback loop
2021-04-13 10:20:42 +06:00
Omer Katz
c7ba31d4fd
Opencollective bot is now configured.
2021-04-13 09:58:16 +06:00
Omer Katz
4446438767
Fix CI failure ( #1327 )
...
* Update before installing system dependencies.
* Actually run the linters using tox.
There are no environments named py-flake8, py-pydocstyle and py-apicheck.
2021-04-06 12:40:25 +02:00
Matus Valo
39ccacf0dc
Add Github Actions CI ( #1309 )
...
* Implement CI is github actions
* Skip failing pypy3 unittests
* Added integration tests
2021-03-07 18:53:25 +06:00
Asif Saif Uddin
d4eab78ab4
create sponsor button
2019-05-29 14:36:29 +06:00