Skip to content

Bump pymongo from 4.10.0 to 4.10.1 #519

Bump pymongo from 4.10.0 to 4.10.1

Bump pymongo from 4.10.0 to 4.10.1 #519

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
mongo_7:
uses: ./.github/workflows/single-mongo.yml
with:
mongo: 7.0
mongo_6:
# needs: [mongo_7]
uses: ./.github/workflows/single-mongo.yml
with:
mongo: 6.0
python-versions: '["3.9", "3.10", "3.11", "3.12"]'