Skip to content

Commit

Permalink
Merge pull request #91 from nautobot/feat-py3.12
Browse files Browse the repository at this point in the history
Add Python 3.12 Support
  • Loading branch information
jvanderaa authored Nov 6, 2024
2 parents 14b88df + a242db3 commit e1d67d1
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 1,218 deletions.
2 changes: 1 addition & 1 deletion invoke.example.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
nautobot_docker_compose:
project_name: "nautobot-docker-compose"
python_ver: "3.9"
python_ver: "3.12"
local: false
compose_dir: "environments/"
compose_files:
Expand Down
2 changes: 1 addition & 1 deletion invoke.ldap.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
nautobot_docker_compose:
project_name: "nautobot-docker-compose"
python_ver: "3.9"
python_ver: "3.12"
local: false
compose_dir: "environments/"
compose_files:
Expand Down
2 changes: 1 addition & 1 deletion invoke.mysql.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
nautobot_docker_compose:
project_name: "nautobot-docker-compose"
python_ver: "3.9"
python_ver: "3.12"
local: false
compose_dir: "environments/"
compose_files:
Expand Down
Loading

0 comments on commit e1d67d1

Please sign in to comment.