Skip to content

Bump pymongo from 3.11.3 to 4.6.3 #54

Bump pymongo from 3.11.3 to 4.6.3

Bump pymongo from 3.11.3 to 4.6.3 #54

Workflow file for this run

name: OS test
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-15-intel, macos-15, windows-2022 ]
python-version: [ '3.10', '3.11', '3.12' ]
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
python -m pip install .