Skip to content

Commit ceaf57a

Browse files
d-w-moorealanking
authored andcommitted
[#694] remove official support for Python 3.8 and before
These versions of the interpreter were occasionally prone to segmentation faults when it was left to the garbage collection algorithm to properly sequence object destruction at interpreter close-down.
1 parent c816211 commit ceaf57a

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Python iRODS Client (PRC)
55

66
Currently supported:
77

8-
- Python 3.6 or later
8+
- Python 3.9 or later
99
- Establish a (secure) connection to iRODS
1010
- Authenticate via password, GSI, PAM
1111
- GenQuery and Specific Queries

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@
2929
classifiers=[
3030
"License :: OSI Approved :: BSD License",
3131
"Development Status :: 5 - Production/Stable",
32-
"Programming Language :: Python :: 3.6",
33-
"Programming Language :: Python :: 3.7",
34-
"Programming Language :: Python :: 3.8",
3532
"Programming Language :: Python :: 3.9",
3633
"Programming Language :: Python :: 3.10",
3734
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)