diff options
author | 2023-05-17 22:05:44 +0300 | |
---|---|---|
committer | 2023-05-17 22:05:44 +0300 | |
commit | b28c3db8351007929d9bac3ea23c00b205d87ab4 (patch) | |
tree | 0b3220c8f023638dcaf0d6ee48a24b61f3766665 /.github/workflows/release.yml | |
parent | remove deprecated distutils_extensions (diff) | |
download | snakeoil-b28c3db8351007929d9bac3ea23c00b205d87ab4.tar.gz snakeoil-b28c3db8351007929d9bac3ea23c00b205d87ab4.tar.bz2 snakeoil-b28c3db8351007929d9bac3ea23c00b205d87ab4.zip |
drop support for py3.9
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf1a719..0012066 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,10 +12,10 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Set up Python 3.10 + - name: Set up Python 3.11 uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.11" cache: 'pip' cache-dependency-path: pyproject.toml |