Skip to content

Commit

Permalink
Only use python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vkottler committed Sep 9, 2023
1 parent a80bb42 commit d8ac7c7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
system:
- ubuntu-latest
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
=====================================
generator=datazen
version=3.1.3
hash=6aa1e964632a863627c2ce0675f874a7
hash=aa0a069851a64f5cc6c2a15bd1feb57f
=====================================
-->

Expand All @@ -29,9 +29,6 @@

This package is tested with the following Python minor versions:

* [`python3.8`](https://docs.python.org/3.8/)
* [`python3.9`](https://docs.python.org/3.9/)
* [`python3.10`](https://docs.python.org/3.10/)
* [`python3.11`](https://docs.python.org/3.11/)

## Platform Support
Expand Down
2 changes: 1 addition & 1 deletion local/configs/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author_info:
name: Vaughn Kottler
email: vaughnkottler@gmail.com
username: vkottler
versions: ["3.8", "3.9", "3.10", "3.11"]
versions: ["3.11"]

systems:
- macos-latest
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,14 @@ name = "conntextual"
version = "0.2.0"
description = "A network-application TUI using textual."
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.11"
authors = [
{name = "Vaughn Kottler", email = "vaughnkottler@gmail.com"}
]
maintainers = [
{name = "Vaughn Kottler", email = "vaughnkottler@gmail.com"}
]
classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS",
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# =====================================
# generator=datazen
# version=3.1.3
# hash=c600a3dcba6fae2b59d2a9abb7decb36
# hash=eb2488b447726fac8b81d9e176405379
# =====================================

"""
Expand All @@ -28,9 +28,6 @@
"version": VERSION,
"description": DESCRIPTION,
"versions": [
"3.8",
"3.9",
"3.10",
"3.11",
],
}
Expand Down

0 comments on commit d8ac7c7

Please sign in to comment.