Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #249 from kjaymiller/adds-3.12-and-os-options
Browse files Browse the repository at this point in the history
Adds Python 3.12, MacOS M1 and Windows to GH Actions Test
  • Loading branch information
kjaymiller authored Nov 27, 2023
2 parents a468f2f + aeb031f commit cc4f2bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-20.04"]
python_version: ["3.8", "3.9", "3.10", "3.11"]
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
services:
db:
{% if "mongo" in cookiecutter.db_resource %}
Expand Down

0 comments on commit cc4f2bb

Please sign in to comment.