From 688fab5327ea6688add336ae1b14b6c21f64a4ca Mon Sep 17 00:00:00 2001 From: Hiroshi Horii Date: Fri, 13 Jan 2023 16:54:10 +0900 Subject: [PATCH] modify release note --- .../fix_ci_fails_due_to_python311-367ea7ca0abbfc2a.yaml | 5 +++++ .../notes/fix_python_version_in_neko-367ea7ca0abbfc2a.yaml | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 releasenotes/notes/fix_ci_fails_due_to_python311-367ea7ca0abbfc2a.yaml delete mode 100644 releasenotes/notes/fix_python_version_in_neko-367ea7ca0abbfc2a.yaml diff --git a/releasenotes/notes/fix_ci_fails_due_to_python311-367ea7ca0abbfc2a.yaml b/releasenotes/notes/fix_ci_fails_due_to_python311-367ea7ca0abbfc2a.yaml new file mode 100644 index 0000000000..a0cb025fab --- /dev/null +++ b/releasenotes/notes/fix_ci_fails_due_to_python311-367ea7ca0abbfc2a.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Fix the minor version of Python 3.11 in CI to work around bugs of terra for 3.11.1. + Also, change installation of Qiskit-Aeer in Neko to correctly install `qiskit_aer` package. diff --git a/releasenotes/notes/fix_python_version_in_neko-367ea7ca0abbfc2a.yaml b/releasenotes/notes/fix_python_version_in_neko-367ea7ca0abbfc2a.yaml deleted file mode 100644 index b4c5a837ec..0000000000 --- a/releasenotes/notes/fix_python_version_in_neko-367ea7ca0abbfc2a.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -fixes: - - | - Fix the version of Python in neko to avoid load python - packages from the working directory in its integration tests.