diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..f5c4756 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ + + +#### Reference issue + + +#### What does this implement/fix? + + +#### Additional information + \ No newline at end of file diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 6e71644..63829b4 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -35,10 +35,10 @@ jobs: uses: actions/checkout@v3 - name: Setup Pages uses: actions/configure-pages@v3 - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v3 with: - python-version: "3.11" + python-version: "3.12" - name: Install lava-cactus package run: | python setup.py install