Skip to content

Commit

Permalink
Update to Python 3.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Feb 16, 2023
1 parent 2df394b commit 9439ad5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.22.0-{build}
version: 1.23.0-{build}

environment:
# https://www.appveyor.com/docs/services-databases/#postgresql
Expand All @@ -8,12 +8,12 @@ environment:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PLATFORM: Discord
PYTHON: C:\Python310-x64
PYTHON_VERSION: 3.10.3
PYTHON_VERSION: 3.10.4
PYTHON_ARCH: 64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PLATFORM: Telegram
PYTHON: C:\Python310-x64
PYTHON_VERSION: 3.10.3
PYTHON_VERSION: 3.10.4
PYTHON_ARCH: 64
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804
PLATFORM: Discord
Expand All @@ -30,7 +30,7 @@ matrix:
# PostgreSQL not available for macOS images yet
# https://www.appveyor.com/docs/macos-images-software/

stack: Python 3.10.3, PostgreSQL 12.1
stack: Python 3.10.4, PostgreSQL 12.1

# services:
# - postgresql12
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2
jobs:
test-python:
docker:
- image: cimg/python:3.10.3
- image: cimg/python:3.10.4
- image: postgres:12.1
environment:
POSTGRES_USER: harmonbot
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [ubuntu-latest]
# Container action (for PostgreSQL) is only supported on Linux
postgresql-version: ['12.1']
python-version: ['3.10.3']
python-version: ['3.10.4']
# python-version: ['3.11.0-rc.2']
# continue-on-error: ${{ matrix.python-version == '3.11.0-rc.2' }}
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
max-parallel: 1
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
python-version: ['3.10.3']
python-version: ['3.10.4']
# python-version: ['3.11.0-rc.2']
# continue-on-error: ${{ matrix.python-version == '3.11.0-rc.2' }}
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variables:
Discord:
# Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/python/tags/
image: python:3.10.3
image: python:3.10.4
services:
- postgres:12.1
# Pip's cache doesn't store the python packages
Expand All @@ -35,7 +35,7 @@ Discord:
Telegram:
# Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/python/tags/
image: python:3.10.3
image: python:3.10.4
# Pip's cache doesn't store the python packages
# https://pip.pypa.io/en/stable/reference/pip_install/#caching
# If you want to also cache the installed packages, you have to install
Expand Down

0 comments on commit 9439ad5

Please sign in to comment.