mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-03 07:39:20 +00:00 
			
		
		
		
	Remove python 3.7 support, add python 3.12
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							@@ -12,8 +12,6 @@ jobs:
 | 
				
			|||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        python:
 | 
					        python:
 | 
				
			||||||
          - version: "3.7"
 | 
					 | 
				
			||||||
            toxenv: py37
 | 
					 | 
				
			||||||
          - version: "3.8"
 | 
					          - version: "3.8"
 | 
				
			||||||
            toxenv: py38
 | 
					            toxenv: py38
 | 
				
			||||||
          - version: "3.9"
 | 
					          - version: "3.9"
 | 
				
			||||||
@@ -22,6 +20,8 @@ jobs:
 | 
				
			|||||||
            toxenv: py310
 | 
					            toxenv: py310
 | 
				
			||||||
          - version: "3.11"
 | 
					          - version: "3.11"
 | 
				
			||||||
            toxenv: py311
 | 
					            toxenv: py311
 | 
				
			||||||
 | 
					          - version: "3.12"
 | 
				
			||||||
 | 
					            toxenv: py312
 | 
				
			||||||
      fail-fast: true
 | 
					      fail-fast: true
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Checkout
 | 
					      - name: Checkout
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1076
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1076
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -23,11 +23,11 @@ classifiers = [
 | 
				
			|||||||
  "Natural Language :: English",
 | 
					  "Natural Language :: English",
 | 
				
			||||||
  "Operating System :: OS Independent",
 | 
					  "Operating System :: OS Independent",
 | 
				
			||||||
  "Programming Language :: Python :: 3",
 | 
					  "Programming Language :: Python :: 3",
 | 
				
			||||||
  "Programming Language :: Python :: 3.7",
 | 
					 | 
				
			||||||
  "Programming Language :: Python :: 3.8",
 | 
					  "Programming Language :: Python :: 3.8",
 | 
				
			||||||
  "Programming Language :: Python :: 3.9",
 | 
					  "Programming Language :: Python :: 3.9",
 | 
				
			||||||
  "Programming Language :: Python :: 3.10",
 | 
					  "Programming Language :: Python :: 3.10",
 | 
				
			||||||
  "Programming Language :: Python :: 3.11",
 | 
					  "Programming Language :: Python :: 3.11",
 | 
				
			||||||
 | 
					  "Programming Language :: Python :: 3.12",
 | 
				
			||||||
  "Programming Language :: Python :: Implementation :: CPython",
 | 
					  "Programming Language :: Python :: Implementation :: CPython",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -35,7 +35,7 @@ classifiers = [
 | 
				
			|||||||
poetry_installer = "tox_poetry_installer"
 | 
					poetry_installer = "tox_poetry_installer"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[tool.poetry.dependencies]
 | 
					[tool.poetry.dependencies]
 | 
				
			||||||
python = "^3.7"
 | 
					python = "^3.8"
 | 
				
			||||||
cleo = ">=1.0,<3.0"
 | 
					cleo = ">=1.0,<3.0"
 | 
				
			||||||
poetry = "^1.5.0"
 | 
					poetry = "^1.5.0"
 | 
				
			||||||
poetry-core = "^1.1.0"
 | 
					poetry-core = "^1.1.0"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user