mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 00:47:21 +01:00 
			
		
		
		
	Drop official support for Python 3.4
Our lowest support target is now Python 3.5 (Debian 9, Ubuntu 16.04)
This commit is contained in:
		
							parent
							
								
									c62ec4fde0
								
							
						
					
					
						commit
						886a98a396
					
				@ -31,7 +31,7 @@ You can also find support via our IRC channel at `#PyLink @ irc.overdrivenetwork
 | 
			
		||||
## Installation
 | 
			
		||||
 | 
			
		||||
### Pre-requisites
 | 
			
		||||
* CPython 3.4 or above (other intepreters are untested and unsupported)
 | 
			
		||||
* CPython 3.5 or above (other intepreters are untested and unsupported)
 | 
			
		||||
* A Unix-like operating system: PyLink is actively developed on Linux only, so we cannot guarantee that things will work properly on other systems.
 | 
			
		||||
 | 
			
		||||
If you are a developer and want to help make PyLink more portable, patches are welcome.
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@ -76,9 +76,9 @@ setup(
 | 
			
		||||
        'Natural Language :: English',
 | 
			
		||||
 | 
			
		||||
        'Programming Language :: Python :: 3 :: Only',
 | 
			
		||||
        'Programming Language :: Python :: 3.4',
 | 
			
		||||
        'Programming Language :: Python :: 3.5',
 | 
			
		||||
        'Programming Language :: Python :: 3.6',
 | 
			
		||||
        'Programming Language :: Python :: 3.7',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    keywords='IRC services relay',
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user