鏡像自
				https://github.com/arsenetar/send2trash.git
				synced 2025-09-11 18:08:16 +00:00 
			
		
		
		
	Expand supported Python versions
This commit is contained in:
		
							父節點
							
								
									49bc438546
								
							
						
					
					
						當前提交
						38ae2b63d2
					
				
							
								
								
									
										11
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								.travis.yml
									
									
									
									
									
								
							@ -17,12 +17,15 @@ matrix:
 | 
			
		||||
    - python: "3.4"
 | 
			
		||||
    - python: "3.5"
 | 
			
		||||
    - python: "3.6"
 | 
			
		||||
    # Obtain Python 3.7 from xenial as per https://github.com/travis-ci/travis-ci/issues/9815
 | 
			
		||||
    - python: "3.7"
 | 
			
		||||
      dist: xenial
 | 
			
		||||
    - python: "3.8"
 | 
			
		||||
    - python: "3.9"
 | 
			
		||||
    - python: "nightly"  # 3.10
 | 
			
		||||
      before_script:
 | 
			
		||||
        - export TOXENV=py310
 | 
			
		||||
install:
 | 
			
		||||
  - pip install tox
 | 
			
		||||
  - python -m pip install tox
 | 
			
		||||
before_script:
 | 
			
		||||
  - export TOXENV=$(echo py$TRAVIS_PYTHON_VERSION | tr -d .)
 | 
			
		||||
script:
 | 
			
		||||
  - tox
 | 
			
		||||
  - python -m tox
 | 
			
		||||
 | 
			
		||||
@ -24,7 +24,7 @@ Installation
 | 
			
		||||
 | 
			
		||||
You can download it with pip::
 | 
			
		||||
 | 
			
		||||
    pip install Send2Trash
 | 
			
		||||
    python -m pip install -U send2trash
 | 
			
		||||
 | 
			
		||||
or you can download the source from http://github.com/arsenetar/send2trash and install it with::
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@ -14,6 +14,8 @@ CLASSIFIERS = [
 | 
			
		||||
    "Programming Language :: Python :: 3.6",
 | 
			
		||||
    "Programming Language :: Python :: 3.7",
 | 
			
		||||
    "Programming Language :: Python :: 3.8",
 | 
			
		||||
    "Programming Language :: Python :: 3.9",
 | 
			
		||||
    "Programming Language :: Python :: 3.10",
 | 
			
		||||
    "Topic :: Desktop Environment :: File Managers",
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		載入中…
	
	
			
			x
			
			
		
	
		新增問題並參考
	
	Block a user