Skip to content

Commit cebb5af

Browse files
mandelGitHub Enterprise
authored and
GitHub Enterprise
committed
Switch to Python 3.12 (#224)
1 parent a0235bd commit cebb5af

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
default_language_version:
3-
python: python3.11
3+
python: python3.12
44
node: system
55
repos:
66
# check some basic stuff

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
dist: jammy
33
language: python
44
python:
5-
- "3.11"
5+
- "3.12"
66
env:
77
- SETUP_TARGET=.[dev]
88

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See below for installation notes, followed by an [overview](#overview) of the la
2020

2121
## Interpreter Installation
2222

23-
The interpreter has been tested with Python version 3.11.6.
23+
The interpreter has been tested with Python version 3.12.
2424

2525
To install the requirements for `pdl`, execute the command:
2626

mypy.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[mypy]
2-
python_version = 3.11
2+
python_version = 3.12
33
ignore_missing_imports = True
44

55
[mypy-requests]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
long_description_content_type="text/markdown",
2727
version="0.0.0",
2828
url="https://github.ibm.com/ml4code/pdl",
29-
python_requires=">=3.11",
29+
python_requires=">=3.12",
3030
packages=find_packages(),
3131
install_requires=install_requires,
3232
extras_require=extras_require,

0 commit comments

Comments
 (0)