Skip to content

Commit

Permalink
rate-limiter: Require Python 3.13 checks
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernPetersen committed Oct 18, 2024
1 parent 931c699 commit 47d6c01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions repo_rate_limiter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module "rate_limiter_repo" {
source = "github.com/BlindfoldedSurgery/terraform-repo-module?ref=v7.3.3"
name = "rate_limiter"
description = "Provides scaffolding for rate limited features"

required_status_checks = [
"build-migrations-container-image (postgres, amd64) / build",
"build-migrations-container-image (postgres, arm64) / build",
Expand All @@ -11,8 +12,10 @@ module "rate_limiter_repo" {
"check-commits / check",
"lint (3.11) / lint",
"lint (3.12) / lint",
"lint (3.13) / lint",
"test (3.11) / test",
"test (3.12) / test",
"test (3.13) / test",
"test-migrations-postgres (14)",
"test-migrations-postgres (15)",
"test-migrations-postgres (16)",
Expand Down

0 comments on commit 47d6c01

Please sign in to comment.