Skip to content

Commit

Permalink
Update to Python 3.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Dec 17, 2023
1 parent 83f0e1f commit 7faf7c3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.37.0-{build}
version: 1.38.0-{build}

skip_branch_with_pr: true

Expand All @@ -10,12 +10,12 @@ environment:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PLATFORM: Discord
PYTHON: C:\Python311-x64
PYTHON_VERSION: 3.11.4
PYTHON_VERSION: 3.11.5
PYTHON_ARCH: 64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PLATFORM: Telegram
PYTHON: C:\Python311-x64
PYTHON_VERSION: 3.11.4
PYTHON_VERSION: 3.11.5
PYTHON_ARCH: 64
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
PLATFORM: Discord
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.11.4
- image: cimg/python:3.11.5
- image: postgres:12.1
environment:
POSTGRES_USER: harmonbot
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.11.4
image: python:3.11.5
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.11.4
image: python:3.11.5
# 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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "Harmonbot"
dynamic = ["version"]
requires-python = "~=3.11.4"
requires-python = "~=3.11.5"

[build-system]
requires = ["setuptools==69.0.2", "setuptools-scm==8.0.4"]
Expand Down

0 comments on commit 7faf7c3

Please sign in to comment.