From 123b043169728830d9443e2464bae6261fd2c6e2 Mon Sep 17 00:00:00 2001 From: Becky Sweger Date: Thu, 30 May 2024 12:39:24 -0400 Subject: [PATCH] use .python-version file in conjunction with setup-python action --- .github/workflows/pythonapp-workflow.yml | 1 - .python-version | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .python-version diff --git a/.github/workflows/pythonapp-workflow.yml b/.github/workflows/pythonapp-workflow.yml index 83fc004..15ac0f1 100644 --- a/.github/workflows/pythonapp-workflow.yml +++ b/.github/workflows/pythonapp-workflow.yml @@ -8,7 +8,6 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v5 with: - python-version: '3.10' cache: 'pip' - name: install dependencies run: | diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..fdcfcfd --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.12 \ No newline at end of file