Skip to content

Commit d8449d5

Browse files
committed
chore: switch to python version 3.11
1 parent aa117bb commit d8449d5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.8
1+
3.11

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: python
2+
dist: jammy
23
python:
3-
- "3.6"
4+
- "3.11"
45
# command to install dependencies
56
install:
67
- make dev

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def read(f):
3232
setup(
3333
name='content-validator',
3434
version=version,
35+
python_requires='>=3.11',
3536
description=('Content validator looks at text content and preforms different validation tasks'),
3637
classifiers=[
3738
'License :: OSI Approved :: BSD License', 'Intended Audience :: Developers', 'Programming Language :: Python'

0 commit comments

Comments
 (0)