Skip to content

Commit

Permalink
init_tested_versions.sh supports 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Orlovsky committed Sep 16, 2024
1 parent 62e2329 commit bafd461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init_tested_versions.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

PACKAGE_NAME="$1"
SUPPORTED_VERSIONS=(3.8 3.9 3.10 3.11)
SUPPORTED_VERSIONS=(3.8 3.9 3.10 3.11 3.12)

if [ -z "$PACKAGE_NAME" ]; then
echo "Usage: $0 <PACKAGE_NAME>"
Expand Down

0 comments on commit bafd461

Please sign in to comment.