Skip to content

Commit

Permalink
Updated python versions for initial data
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellAV committed Dec 9, 2024
1 parent e526ec8 commit 24772ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions valhub/valhub/fixtures/initial_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"pk": 1,
"fields": {
"python_versions": [
"3.6",
"3.7",
"3.8",
"3.9"
"3.9",
"3.10",
"3.11",
"3.12"
],
"old_python_versions": {},
"cur_worker_version": "1.0",
Expand Down

0 comments on commit 24772ca

Please sign in to comment.