Skip to content

Commit

Permalink
Bump version support in pypi tags (#1101)
Browse files Browse the repository at this point in the history
* Sync the dropping of python < 3.9

Related: d66fc0f

d66fc0f

* Target 3.12
  • Loading branch information
Scott-Simmons authored Jan 15, 2025
1 parent 532133b commit 1aa689d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ WORKDIR := /tsfresh
TEST_IMAGE := tsfresh-test-image
TEST_DOCKERFILE := Dockerfile.testing
TEST_CONTAINER := tsfresh-test-container
PYTHON_VERSIONS := "3.7 3.8 3.9 3.10 3.11"
PYTHON_VERSIONS := "3.9 3.10 3.11 3.12"

# Tests `PYTHON_VERSIONS`, provided they are also
# specified in setup.cfg `envlist`
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ classifier =
Development Status :: 4 - Beta
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3 :: Only
Operating System :: Unix
Operating System :: Microsoft :: Windows
Expand Down Expand Up @@ -145,7 +145,7 @@ package = tsfresh
# Tox global conifguration options
minversion = 4.0.0
# Which python versions to test for
envlist = py37, py38, py39, py310, py311
envlist = py39, py310, py311, py312
# Don't throw an error if a specific version of python is not installed
skip_missing_interpreters = True
# Ensure that tox uses a virtual environment to build a source distribution
Expand Down

0 comments on commit 1aa689d

Please sign in to comment.