diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index de09b66a..781600fb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - python-version: [ '3.8', '3.9' , '3.10'] + python-version: [ '3.8', '3.9' , '3.10', '3.11', '3.12'] mongodb-version: ['5.0', '6.0'] steps: