Commit Graph

22 Commits

Author SHA1 Message Date
dependabot[bot]
61c0e5ccf0
Bump the actions group with 4 updates (#359)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 05:54:44 -06:00
dependabot[bot]
79fd03a68f
Bump the actions group with 7 updates (#350)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steven Silvester <steve.silvester@mongodb.com>
2025-09-30 06:19:20 -05:00
Steven Silvester
5fc7c41fb5
MOTOR-1473 Add support for Python 3.14 and drop 3.9 support (#344) 2025-07-30 14:55:53 -05:00
Steven Silvester
83f735ad45
PYTHON-5353 Use pinned sources for GitHub Actions (#333) 2025-04-29 13:56:32 -05:00
Steven Silvester
a879ce528a
PYTHON-5131 Migrate off of Ubuntu 20.04 GitHub Actions Runners (#329) 2025-03-05 13:42:02 -06:00
Steven Silvester
932bb7382e
MOTOR-1423 Restore compatibility with latest pymongo (#319) 2025-01-29 13:16:09 -06:00
Steven Silvester
cbef587966
PYTHON-4962 Adopt zizmor GitHub Actions security scanner (#312) 2024-11-12 13:00:11 -06:00
Steven Silvester
feb49a882c
MOTOR-1337 Test against Python 3.13 beta (#295) 2024-07-11 07:18:07 -05:00
Steven Silvester
96297ac947
MOTOR-1327 Use Hatch as Build Backend (#286) 2024-06-07 08:23:48 -05:00
Steven Silvester
c207caa105
MOTOR-1316 Drop Support for Python 3.7 (#279) 2024-05-15 17:16:06 -05:00
Steven Silvester
6ee75e08f2
MOTOR-1315 Fix compatibility with pytest 8.1 (#278) 2024-05-15 09:51:12 -05:00
dependabot[bot]
820aa81ac2
Bump the actions group with 4 updates (#259)
* Bump the actions group with 4 updates

Bumps the actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/checkout` from 2 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)

Updates `actions/setup-python` from 3 to 5
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v5)

Updates `actions/upload-artifact` from 3 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

Updates `actions/download-artifact` from 3 to 4
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update release.yml

* gate the publish

* add concurrency

* do no build in env

* cleanup

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
2024-02-06 11:41:43 -06:00
Steven Silvester
4513307899
MOTOR-1212 Update QA Checks to Match PyMongo (#234)
* clean up config

* cleanup

* clean up

* fix pytest config

* clean up typing
2023-11-09 13:00:21 -06:00
Steven Silvester
f905df8553
MOTOR-1139 Switch to Pytest (#222) 2023-08-23 15:52:07 -05:00
Noah Stapp
70136ad1f2
MOTOR-331 Add python 3 type annotations (#221) 2023-08-18 11:57:56 -07:00
Julius Park
0f8dab12da
MOTOR-1073 Ubuntu 22.04 on GitHub Actions does Not Have MongoDB (#190) 2022-12-13 14:04:06 -08:00
Steven Silvester
32bcfe713f
MOTOR-1054 motor.motor_asyncio is broken for Python 3.11 (#185) 2022-10-25 15:45:23 -05:00
Steven Silvester
0c562e940b
MOTOR-902 Since Python 3.10 asyncio.get_event_loop() is deprecated (#155) 2022-04-20 19:47:14 -05:00
Steven Silvester
c16a62d074
MOTOR-900 Fix synchro failures on PyMongo 4.1.1 (#158)
Co-authored-by: Shane Harvey <shnhrv@gmail.com>
2022-04-20 19:22:22 -05:00
Steven Silvester
690c781066
MOTOR-933 Require Python 3.7+ (#156) 2022-04-14 13:42:56 -05:00
Steven Silvester
588951e51e
MOTOR-922 Update docs.mongodb.com links in source, API & Reference documentation (#154) 2022-04-13 14:10:10 -05:00
Steven Silvester
59a3e3229b
MOTOR-896 Set up pre-commit (#145) 2022-02-16 14:25:52 -06:00