I am not sure when this was introduced but I am using FPDF 1.7.2 and I can set the pdf_version property of the PDF object.
from fpdf import FPDF
mypdf = FPDF()
mypdf.pdf_version = '1.7'
I verified in Acrobat that the document properties reflect PDF version 1.7 appropriately.