Skip to content

Commit

Permalink
Add Python 3.12 to ASV conf. (#11342)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhartman authored Nov 29, 2023
1 parent 3556740 commit c100c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dvcs": "git",
"environment_type": "virtualenv",
"show_commit_url": "http://github.com/Qiskit/qiskit/commit/",
"pythons": ["3.8", "3.9", "3.10", "3.11"],
"pythons": ["3.8", "3.9", "3.10", "3.11", "3.12"],
"benchmark_dir": "test/benchmarks",
"env_dir": ".asv/env",
"results_dir": ".asv/results"
Expand Down

0 comments on commit c100c7b

Please sign in to comment.