Skip to content

Commit

Permalink
Merge 90a3cdf into 7315ca4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcrawford45 committed Oct 2, 2023
2 parents 7315ca4 + 90a3cdf commit ca15bdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Expand Up @@ -17,7 +17,7 @@ formats: all
build:
os: ubuntu-22.04
tools:
python: "3.10"
python: "3.11"
python:
install:
- requirements: requirements-docs.txt
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -168,9 +168,9 @@ def run(self):
'Intended Audience :: System Administrators',
'Operating System :: OS Independent',
'Topic :: Software Development',
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Natural Language :: English",
"License :: OSI Approved :: Apache Software License"
]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,2 +1,2 @@
[tox]
envlist = py38,py39,py310
envlist = py39,py310,py311

0 comments on commit ca15bdf

Please sign in to comment.